commit | 68229837ff1e690190d51b74b281cfe999220e6d | [log] [tgz] |
---|---|---|
author | "Robert P. J. Day" <rpjday@mindspring.com> | Sat Jul 01 13:08:46 2006 +0000 |
committer | "Robert P. J. Day" <rpjday@mindspring.com> | Sat Jul 01 13:08:46 2006 +0000 |
tree | 7cbdeded060f86cefc4edd006c2538c2a2a4ea97 | |
parent | f350160963c4412bb76f3e8cca669529fdde81d1 [diff] [blame] |
Remove all usage of the "register" storage class specifier.
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 17854cb..2181b84 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c
@@ -15,7 +15,7 @@ static void bb_dump_addfile(char *name) { - register char *p; + char *p; FILE *fp; char *buf;