Added sfdisk. Ststic-ified a bunch of stuff.

This commit is contained in:
Eric Andersen
1999-10-19 20:03:34 +00:00
parent a3f09076ef
commit e77ae3a2c0
61 changed files with 4029 additions and 504 deletions

View File

@@ -14,12 +14,12 @@
#include <stdio.h>
#include <utmp.h>
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;