From 68229837ff1e690190d51b74b281cfe999220e6d Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 1 Jul 2006 13:08:46 +0000 Subject: Remove all usage of the "register" storage class specifier. --- util-linux/hexdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') 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; -- cgit v1.1