Whamcloud - gitweb
e2fsck: make the signal catcher more portable
authorTheodore Ts'o <tytso@mit.edu>
Thu, 29 Sep 2011 02:09:14 +0000 (22:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 29 Sep 2011 02:09:14 +0000 (22:09 -0400)
commit0dbb256124db6dbc4bc47e00839c07c32dc29637
tree8270d3aee71bae0abbbe59e15fa68e9b3110545e
parenta378bd5a5a80656ad1782ee80fa301a5ecb10ecb
e2fsck: make the signal catcher more portable

All of the signals which the signal catcher tries to interpret aren't
necessarily defined on all systems.  So add #ifdef's to protect
various signals to avoid compilation failures on non-x86 platforms.

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