summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/herror.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-21 18:49:23 +0000
committerobrien <obrien@FreeBSD.org>2002-03-21 18:49:23 +0000
commit1196344bb37334ed0f8808056a53ca058758843c (patch)
tree12b252b7426e8a8904ef257bea10fea6038142f4 /lib/libc/net/herror.c
parent8ee1755c8ef3729bb2d3c4bfae2b85b786fdaf70 (diff)
downloadFreeBSD-src-1196344bb37334ed0f8808056a53ca058758843c.zip
FreeBSD-src-1196344bb37334ed0f8808056a53ca058758843c.tar.gz
Remove 'register' keyword.
Diffstat (limited to 'lib/libc/net/herror.c')
-rw-r--r--lib/libc/net/herror.c2
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;
OpenPOWER on IntegriCloud