From 1196344bb37334ed0f8808056a53ca058758843c Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 21 Mar 2002 18:49:23 +0000 Subject: Remove 'register' keyword. --- lib/libc/stdio/perror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio/perror.c') diff --git a/lib/libc/stdio/perror.c b/lib/libc/stdio/perror.c index c137e06..77886bf 100644 --- a/lib/libc/stdio/perror.c +++ b/lib/libc/stdio/perror.c @@ -50,7 +50,7 @@ void perror(s) const char *s; { - register struct iovec *v; + struct iovec *v; struct iovec iov[4]; v = iov; -- cgit v1.1