diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-18 17:17:40 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-18 17:17:40 +0000 |
commit | 88531ef445aa4eb7becd660a5ab9bfd36e6a3dfd (patch) | |
tree | 64fa0ded704625e538896475ac837ea7a32eb6d4 /usr.bin/hexdump/odsyntax.c | |
parent | 450182152042eb25ffa67fab097a6ca2071c8e61 (diff) |
-Wall cleanup
Diffstat (limited to 'usr.bin/hexdump/odsyntax.c')
-rw-r--r-- | usr.bin/hexdump/odsyntax.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index 4cc87a4ed83..8bd665ab707 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -1,4 +1,4 @@ -/* $OpenBSD: odsyntax.c,v 1.4 2001/07/12 05:17:10 deraadt Exp $ */ +/* $OpenBSD: odsyntax.c,v 1.5 2001/07/18 17:17:39 pvalchev Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -35,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)odsyntax.c 5.4 (Berkeley) 3/8/91";*/ -static char rcsid[] = "$OpenBSD: odsyntax.c,v 1.4 2001/07/12 05:17:10 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: odsyntax.c,v 1.5 2001/07/18 17:17:39 pvalchev Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -53,7 +53,7 @@ oldsyntax(argc, argvp) extern enum _vflag vflag; extern FS *fshead; extern char *optarg; - extern int length, optind; + extern int optind; int ch; char **argv; static void odprecede(); |