diff options
Diffstat (limited to 'lib/libc/net/herror.c')
-rw-r--r-- | lib/libc/net/herror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/herror.c b/lib/libc/net/herror.c index e42badf..a4b4e3d 100644 --- a/lib/libc/net/herror.c +++ b/lib/libc/net/herror.c @@ -81,7 +81,7 @@ herror(s) const char *s; { struct iovec iov[4]; - register struct iovec *v = iov; + struct iovec *v = iov; if (s && *s) { v->iov_base = (char *)s; |