summaryrefslogtreecommitdiffstats
path: root/lib/randutils.c
diff options
context:
space:
mode:
authorKarel Zak2017-05-12 11:08:37 +0200
committerKarel Zak2017-05-12 11:17:02 +0200
commitb8af37d7670b2f328aa5144f168b3b6d2be05c8f (patch)
tree0b6e322b2591e7be953beb380ef496346c04bee6 /lib/randutils.c
parentbuild-sys: add AC_STRUCT_TIMEZONE (diff)
downloadkernel-qcow2-util-linux-b8af37d7670b2f328aa5144f168b3b6d2be05c8f.tar.gz
kernel-qcow2-util-linux-b8af37d7670b2f328aa5144f168b3b6d2be05c8f.tar.xz
kernel-qcow2-util-linux-b8af37d7670b2f328aa5144f168b3b6d2be05c8f.zip
build-sys: remove duplicate includes
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/randutils.c')
-rw-r--r--lib/randutils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/randutils.c b/lib/randutils.c
index 72ca550be..09dd26186 100644
--- a/lib/randutils.c
+++ b/lib/randutils.c
@@ -28,7 +28,6 @@
#ifdef HAVE_GETRANDOM
# include <sys/random.h>
#elif defined (__linux__)
-# include <sys/syscall.h>
# if !defined(SYS_getrandom) && defined(__NR_getrandom)
/* usable kernel-headers, but old glibc-headers */
# define SYS_getrandom __NR_getrandom