From e77ae3a2c0328590b43447550bdb1284650b8236 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Oct 1999 20:03:34 +0000 Subject: Added sfdisk. Ststic-ified a bunch of stuff. --- dutmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dutmp.c') diff --git a/dutmp.c b/dutmp.c index 7dd5b91fa..c5307b638 100644 --- a/dutmp.c +++ b/dutmp.c @@ -14,12 +14,12 @@ #include #include -const char dutmp_usage[] = "dutmp\n" +static const char dutmp_usage[] = "dutmp\n" "\n" "\tDump file or stdin utmp file format to stdout, pipe delimited.\n" "\tdutmp /var/run/utmp\n"; -extern int dutmp_fn (int argc, char **argv) +static int dutmp_main (int argc, char **argv) { FILE *f = stdin; -- cgit v1.2.3