summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump/hexdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/hexdump/hexdump.c')
-rw-r--r--usr.bin/hexdump/hexdump.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c
index 660a2d9..2ed7c4b 100644
--- a/usr.bin/hexdump/hexdump.c
+++ b/usr.bin/hexdump/hexdump.c
@@ -58,11 +58,9 @@ int exitval; /* final exit value */
int length = -1; /* max bytes to read */
int
-main(argc, argv)
- int argc;
- char *argv[];
+main(int argc, char *argv[])
{
- register FS *tfs;
+ FS *tfs;
char *p;
(void)setlocale(LC_ALL, "");
OpenPOWER on IntegriCloud