summaryrefslogtreecommitdiffstats
path: root/fsck
diff options
context:
space:
mode:
authorJosiah Worcester2011-06-09 00:52:44 +0200
committerKarel Zak2011-06-14 13:58:37 +0200
commitd78104d14ed835af362e9b6cb0021f357d8b01b0 (patch)
tree4618c9a41985cf40ae6ce669a1707268fbca5d68 /fsck
parentfdisk, display, hexdump.h: Use standard C types instead of u_int, u_char, u_l... (diff)
downloadkernel-qcow2-util-linux-d78104d14ed835af362e9b6cb0021f357d8b01b0.tar.gz
kernel-qcow2-util-linux-d78104d14ed835af362e9b6cb0021f357d8b01b0.tar.xz
kernel-qcow2-util-linux-d78104d14ed835af362e9b6cb0021f357d8b01b0.zip
fsck, checktty, flock: Use more portable includes.
Signed-off-by: Josiah Worcester <josiahw@gmail.com>
Diffstat (limited to 'fsck')
-rw-r--r--fsck/fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsck/fsck.c b/fsck/fsck.c
index 0d5fedac2..91533675d 100644
--- a/fsck/fsck.c
+++ b/fsck/fsck.c
@@ -29,7 +29,7 @@
#include <sys/types.h>
#include <sys/wait.h>
-#include <sys/signal.h>
+#include <signal.h>
#include <sys/stat.h>
#include <sys/file.h>
#include <fcntl.h>