source: MondoRescue/trunk/mindi-busybox/e2fsprogs/fsck.h@ 904

Last change on this file since 904 was 821, checked in by Bruno Cornec, 18 years ago

Addition of busybox 1.2.1 as a mindi-busybox new package
This should avoid delivering binary files in mindi not built there (Fedora and Debian are quite serious about that)

File size: 326 bytes
Line 
1/*
2 * fsck.h
3 */
4
5#define FSCK_ATTR(x) __attribute__(x)
6
7#define EXIT_OK 0
8#define EXIT_NONDESTRUCT 1
9#define EXIT_DESTRUCT 2
10#define EXIT_UNCORRECTED 4
11#define EXIT_ERROR 8
12#define EXIT_USAGE 16
13#define FSCK_CANCELED 32 /* Aborted with a signal or ^C */
14
15extern char *e2fs_set_sbin_path(void);
Note: See TracBrowser for help on using the repository browser.