]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include/exitcodes: remove mount(8) exit codes
authorKarel Zak <kzak@redhat.com>
Thu, 27 Apr 2017 12:26:45 +0000 (14:26 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 27 Apr 2017 12:26:45 +0000 (14:26 +0200)
All defined by libmount now.

Signed-off-by: Karel Zak <kzak@redhat.com>
include/exitcodes.h

index 24ee123645d00e3f9cfeb62bb29b6066888335ee..f28f68e454642805fdb6a1aa30997d4ba2327333 100644 (file)
 #define FSCK_EX_USAGE          16      /* Usage or syntax error */
 #define FSCK_EX_LIBRARY                128     /* Shared library error */
 
-/* Exit codes used by mount-line programs */
-#define MOUNT_EX_SUCCESS       0       /* No errors */
-#define MOUNT_EX_USAGE         1       /* incorrect invocation or permission */
-#define MOUNT_EX_SYSERR                2       /* out of memory, cannot fork, ... */
-#define MOUNT_EX_SOFTWARE      4       /* internal mount bug or wrong version */
-#define MOUNT_EX_USER          8       /* user interrupt */
-#define MOUNT_EX_FILEIO                16      /* problems writing, locking, ... mtab/fstab */
-#define MOUNT_EX_FAIL          32      /* mount failure */
-#define MOUNT_EX_SOMEOK                64      /* some mount succeeded */
-
 #endif /* UTIL_LINUX_EXITCODES_H */