diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-05 09:34:26 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-05 09:34:26 +0000 |
commit | 0881de706e479877ef68e0b859eb0d2594695e8e (patch) | |
tree | bbcfa2be61153f85bfa219e70785ccbe890f4b6e /utility.c | |
parent | f4a99cc02cabd7f2607e21b6b52b1eeba723a3fd (diff) | |
download | busybox-w32-0881de706e479877ef68e0b859eb0d2594695e8e.tar.gz busybox-w32-0881de706e479877ef68e0b859eb0d2594695e8e.tar.bz2 busybox-w32-0881de706e479877ef68e0b859eb0d2594695e8e.zip |
The latest and greatest. init basically works, though needs
a minor inittab design change to accomodate specifying the device
to run each process on.
-Erik
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1012,16 +1012,6 @@ extern struct mntent *findMountPoint(const char *name, const char *table) | |||
1012 | 1012 | ||
1013 | 1013 | ||
1014 | 1014 | ||
1015 | #if !defined BB_MTAB && (defined BB_MOUNT || defined BB_DF ) | ||
1016 | extern void whine_if_fstab_is_missing() | ||
1017 | { | ||
1018 | struct stat statBuf; | ||
1019 | if (stat("/etc/fstab", &statBuf) < 0) | ||
1020 | fprintf(stderr, "/etc/fstab file missing -- install one to name /dev/root.\n\n"); | ||
1021 | } | ||
1022 | #endif | ||
1023 | |||
1024 | |||
1025 | #if defined BB_DD || defined BB_TAIL | 1015 | #if defined BB_DD || defined BB_TAIL |
1026 | /* | 1016 | /* |
1027 | * Read a number with a possible multiplier. | 1017 | * Read a number with a possible multiplier. |