diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/biff/biff.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index acfd10b..cfb1d63 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -56,9 +56,7 @@ __FBSDID("$FreeBSD$"); static void usage(void); int -main(argc, argv) - int argc; - char *argv[]; +main(int argc, char *argv[]) { struct stat sb; int ch; |