diff --git a/include/exitcodes.h b/include/exitcodes.h index 24ee12364..f28f68e45 100644 --- a/include/exitcodes.h +++ b/include/exitcodes.h @@ -22,14 +22,4 @@ #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 */