]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include/exitcodes: add FSCK_DESTRUCT alias
authorKarel Zak <kzak@redhat.com>
Mon, 13 Feb 2012 14:37:58 +0000 (15:37 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Mar 2012 10:22:08 +0000 (11:22 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
include/exitcodes.h

index dbbac37f5972fd280a8f396af9208e44255de69f..ec73aca1ff0a8f76e7787deb89cc440dfc9deb0f 100644 (file)
@@ -10,6 +10,7 @@
 #define FSCK_OK                        0       /* No errors */
 #define FSCK_NONDESTRUCT       1       /* File system errors corrected */
 #define FSCK_REBOOT            2       /* System should be rebooted */
+#define FSCK_DESTRUCT          FSCK_REBOOT     /* Alias */
 #define FSCK_UNCORRECTED       4       /* File system errors left uncorrected */
 #define FSCK_ERROR             8       /* Operational error */
 #define FSCK_USAGE             16      /* Usage or syntax error */
@@ -25,4 +26,6 @@
 #define MOUNT_EX_FAIL          32      /* mount failure */
 #define MOUNT_EX_SOMEOK                64      /* some mount succeeded */
 
+
+
 #endif /* UTIL_LINUX_EXITCODES_H */