diff options
author | Roy Marples <roy@marples.name> | 2007-07-31 16:05:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-07-31 16:05:56 +0000 |
commit | c674026f9e5cf9538101ebc5c19d4da973731ad1 (patch) | |
tree | 76c3dd7c0647054d6fff55d5104d1f0977c85c94 /src/fstabinfo.c | |
parent | 02fcdeede4d2a14c10a8efcf8edc212b9a085708 (diff) |
All our binaries are now mulicalls into rc, which makes our on disk size
a lot smaller.
Diffstat (limited to 'src/fstabinfo.c')
-rw-r--r-- | src/fstabinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fstabinfo.c b/src/fstabinfo.c index 4601c57e..eecaf8a0 100644 --- a/src/fstabinfo.c +++ b/src/fstabinfo.c @@ -41,6 +41,7 @@ #define ENT_PASS(_ent) ent->fs_passno #endif +#include "builtins.h" #include "einfo.h" #ifdef HAVE_GETMNTENT @@ -68,7 +69,7 @@ static struct option longopts[] = { }; #include "_usage.c" -int main (int argc, char **argv) +int fstabinfo (int argc, char **argv) { #ifdef HAVE_GETMNTENT FILE *fp; |