diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-07-28 15:13:17 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-07-28 15:13:17 +0000 |
| commit | f2e8e0dad7a0521feee7b8fc43c35d316550aaa2 (patch) | |
| tree | 28f04322c1c89c99b7621658c5eac4cc8eff696a /usr.bin/cmp/cmp.c | |
| parent | a374d6e0a1d2a546e424b32406a436698e0b2c01 (diff) | |
Notes
Diffstat (limited to 'usr.bin/cmp/cmp.c')
| -rw-r--r-- | usr.bin/cmp/cmp.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 7a60ee98c8d7..0032188f9b48 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -63,9 +63,7 @@ int lflag, sflag, xflag, zflag; static void usage(void); int -main(argc, argv) - int argc; - char *argv[]; +main(int argc, char *argv[]) { struct stat sb1, sb2; off_t skip1, skip2; @@ -169,7 +167,7 @@ main(argc, argv) } static void -usage() +usage(void) { (void)fprintf(stderr, |
