More stuff.

This commit is contained in:
Eric Andersen
1999-11-04 21:18:07 +00:00
parent 3ae0c78962
commit d0246fb72b
10 changed files with 247 additions and 71 deletions

View File

@ -36,6 +36,15 @@
#include <unistd.h>
#include <ctype.h>
#ifdef BB_MTAB
const char mtab_file[] = "/etc/mtab";
#else
#if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF
const char mtab_file[] = "/proc/mounts";
#endif
#endif
/* volatile so gcc knows this is the enod of the line */
volatile void usage(const char *usage)
{