|
Last change
on this file since 855 was 821, checked in by Bruno Cornec, 19 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
|
| Rev | Line | |
|---|
| [821] | 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 |
|
|---|
| 15 | extern char *e2fs_set_sbin_path(void);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.