aboutsummaryrefslogtreecommitdiff
path: root/src/mountinfo.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-31 16:05:56 +0000
committerRoy Marples <roy@marples.name>2007-07-31 16:05:56 +0000
commitc674026f9e5cf9538101ebc5c19d4da973731ad1 (patch)
tree76c3dd7c0647054d6fff55d5104d1f0977c85c94 /src/mountinfo.c
parent02fcdeede4d2a14c10a8efcf8edc212b9a085708 (diff)
All our binaries are now mulicalls into rc, which makes our on disk size
a lot smaller.
Diffstat (limited to 'src/mountinfo.c')
-rw-r--r--src/mountinfo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mountinfo.c b/src/mountinfo.c
index 77fe9111..76fec3bf 100644
--- a/src/mountinfo.c
+++ b/src/mountinfo.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
+#include "builtins.h"
#include "einfo.h"
#include "rc.h"
#include "rc-misc.h"
@@ -175,7 +176,7 @@ static struct option longopts[] = {
};
#include "_usage.c"
-int main (int argc, char **argv)
+int mountinfo (int argc, char **argv)
{
int i;
regex_t *fstype_regex = NULL;