aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-08 17:00:52 +0000
committerEric Andersen <andersen@codepoet.org>1999-11-08 17:00:52 +0000
commitfbb39c83b69d6c4de943c0b7374000339635d13d (patch)
tree874ba86bb5753f4afd5a770308df9e555c78cf90 /miscutils
parent07e5297ca7707d2fd56ab2fa8e1ea0c9805035e3 (diff)
downloadbusybox-w32-fbb39c83b69d6c4de943c0b7374000339635d13d.tar.gz
busybox-w32-fbb39c83b69d6c4de943c0b7374000339635d13d.tar.bz2
busybox-w32-fbb39c83b69d6c4de943c0b7374000339635d13d.zip
Stuff
-Erik
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/dutmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c
index c5307b638..a9e879daf 100644
--- a/miscutils/dutmp.c
+++ b/miscutils/dutmp.c
@@ -19,7 +19,7 @@ static const char dutmp_usage[] = "dutmp\n"
19 "\tDump file or stdin utmp file format to stdout, pipe delimited.\n" 19 "\tDump file or stdin utmp file format to stdout, pipe delimited.\n"
20 "\tdutmp /var/run/utmp\n"; 20 "\tdutmp /var/run/utmp\n";
21 21
22static int dutmp_main (int argc, char **argv) 22extern int dutmp_main (int argc, char **argv)
23{ 23{
24 24
25 FILE *f = stdin; 25 FILE *f = stdin;