summaryrefslogtreecommitdiffstats
path: root/usr.bin/biff
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2002-07-24 18:39:51 +0000
committerrobert <robert@FreeBSD.org>2002-07-24 18:39:51 +0000
commita0562d21320bef45836757028af26cf946641772 (patch)
treebdbb6c335d6c4e8cee1a8000f19bf8ce9e38c623 /usr.bin/biff
parent6eea4ee2003280eff77dca20b78d9ccb76135042 (diff)
downloadFreeBSD-src-a0562d21320bef45836757028af26cf946641772.zip
FreeBSD-src-a0562d21320bef45836757028af26cf946641772.tar.gz
Use an ANSI-C function definition rather than a
K&R one to avoid a warning.
Diffstat (limited to 'usr.bin/biff')
-rw-r--r--usr.bin/biff/biff.c4
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;
OpenPOWER on IntegriCloud