From 7b4c7a681cc4c0a53dc8a8baf4853e921cfbf5de Mon Sep 17 00:00:00 2001 From: bigbiff Date: Thu, 1 Jan 2015 19:44:14 -0500 Subject: Update blkid to 2.25.0 Break libblkid into 4 libraries: libblkid, libuuid, libutil-linux and libfdisk. This should help in later patch updates. Change-Id: I680d9a7feb031e5c29a603e9c58aff4b65826262 --- libblkid/exitcodes.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 libblkid/exitcodes.h (limited to 'libblkid/exitcodes.h') diff --git a/libblkid/exitcodes.h b/libblkid/exitcodes.h deleted file mode 100644 index 24ee12364..000000000 --- a/libblkid/exitcodes.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef UTIL_LINUX_EXITCODES_H -#define UTIL_LINUX_EXITCODES_H -/* - * BE CAREFUL - * - * These exit codes are part of the official interface for mount, - * fsck, mkfs, etc. wrappers. - */ - -/* Exit codes used by mkfs-type programs */ -#define MKFS_EX_OK 0 /* No errors */ -#define MKFS_EX_ERROR 8 /* Operational error */ -#define MKFS_EX_USAGE 16 /* Usage or syntax error */ - -/* Exit codes used by fsck-type programs */ -#define FSCK_EX_OK 0 /* No errors */ -#define FSCK_EX_NONDESTRUCT 1 /* File system errors corrected */ -#define FSCK_EX_REBOOT 2 /* System should be rebooted */ -#define FSCK_EX_DESTRUCT FSCK_EX_REBOOT /* Alias */ -#define FSCK_EX_UNCORRECTED 4 /* File system errors left uncorrected */ -#define FSCK_EX_ERROR 8 /* Operational error */ -#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 */ -- cgit v1.2.3