-Erik
This commit is contained in:
Eric Andersen
1999-11-08 17:00:52 +00:00
parent 07e5297ca7
commit fbb39c83b6
8 changed files with 98 additions and 70 deletions

View File

@ -19,7 +19,7 @@ static const char dutmp_usage[] = "dutmp\n"
"\tDump file or stdin utmp file format to stdout, pipe delimited.\n"
"\tdutmp /var/run/utmp\n";
static int dutmp_main (int argc, char **argv)
extern int dutmp_main (int argc, char **argv)
{
FILE *f = stdin;