diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-07 20:10:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-07 20:10:10 +0000 |
commit | 7c31824eac2abfb2a8778abc118e5b57e2fbba6c (patch) | |
tree | 12d10dd10affc9ad9c64bcdc5eca96fca26cc1a8 /usr.bin/biff | |
parent | 3b47ee610fe9486a58f6026b298c49158563bcd3 (diff) |
Wall
Diffstat (limited to 'usr.bin/biff')
-rw-r--r-- | usr.bin/biff/biff.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index 50faed8befa..ab96190e5e1 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: biff.c,v 1.4 1998/07/22 09:25:28 deraadt Exp $ */ +/* $OpenBSD: biff.c,v 1.5 1998/12/07 20:10:09 deraadt Exp $ */ /* $NetBSD: biff.c,v 1.3 1995/03/26 02:34:22 glass Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: biff.c,v 1.4 1998/07/22 09:25:28 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: biff.c,v 1.5 1998/12/07 20:10:09 deraadt Exp $"; #endif #endif /* not lint */ @@ -60,6 +60,7 @@ static char rcsid[] = "$OpenBSD: biff.c,v 1.4 1998/07/22 09:25:28 deraadt Exp $" static void usage __P((void)); +int main(argc, argv) int argc; char *argv[]; |