=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/biff/biff.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/biff/biff.c 1998/07/22 09:25:28 1.4 +++ src/usr.bin/biff/biff.c 1998/12/07 20:10:09 1.5 @@ -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 @@ #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 void usage __P((void)); +int main(argc, argv) int argc; char *argv[];