From c674026f9e5cf9538101ebc5c19d4da973731ad1 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 31 Jul 2007 16:05:56 +0000 Subject: All our binaries are now mulicalls into rc, which makes our on disk size a lot smaller. --- src/fstabinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fstabinfo.c') 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; -- cgit v1.2.3