Whamcloud - gitweb
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 13cfa57..19e0dfb 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>