]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
fsck: don't include sys/signal.h for portability reasons
authorTheodore Ts'o <tytso@mit.edu>
Thu, 5 Apr 2012 22:21:49 +0000 (15:21 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 5 Apr 2012 22:21:49 +0000 (15:21 -0700)
It isn't necessary to include sys/signal.h, and it's not available on
all systems.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/fsck.c

index 13cfa57b4e8437d752467900dbcd915d83d091e3..19e0dfb1d1ebee3cc9ff0a354aed45f08a846a77 100644 (file)
@@ -30,7 +30,6 @@
 #include "config.h"
 #include <sys/types.h>
 #include <sys/wait.h>
-#include <sys/signal.h>
 #include <sys/stat.h>
 #include <limits.h>
 #include <stdio.h>