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)
commitd47e2af76351090588ee2be3d85a2c31eb383223
treeb91ce5bda976f80969c1e4ce9e78304912c5f01b
parent25ff7725cc934fff9bca44add76b5557c71e4a4a
fsck: don't include sys/signal.h for portability reasons

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