diff options
author | Patrick Steinhardt | 2019-08-15 14:03:23 +0200 |
---|---|---|
committer | Karel Zak | 2019-08-19 15:00:35 +0200 |
commit | cdd2d60e56ad2ef103ba6fa46bc6276d52c65f10 (patch) | |
tree | 99e8df273e7d224164e1d0e5616dca4c0cfcb803 | |
parent | libmount: Keep the mnt_tab info for the existent dest in mnt_copy_fs() (diff) | |
download | kernel-qcow2-util-linux-cdd2d60e56ad2ef103ba6fa46bc6276d52c65f10.tar.gz kernel-qcow2-util-linux-cdd2d60e56ad2ef103ba6fa46bc6276d52c65f10.tar.xz kernel-qcow2-util-linux-cdd2d60e56ad2ef103ba6fa46bc6276d52c65f10.zip |
wdctl: remove duplicate include of <unistd.h>
The <unistd.h> header is included twice in "wdctl.c". Remove one
of these includes to keep "make checkincludes" happy.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
-rw-r--r-- | sys-utils/wdctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/wdctl.c b/sys-utils/wdctl.c index 0bb245bae..8de5d5a2d 100644 --- a/sys-utils/wdctl.c +++ b/sys-utils/wdctl.c @@ -21,7 +21,6 @@ #include <sys/ioctl.h> #include <getopt.h> #include <stdio.h> -#include <unistd.h> #include <signal.h> #include <assert.h> #include <linux/watchdog.h> |