summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/perror.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-21 18:49:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-21 18:49:23 +0000
commit8fb3f3f68288ae2b1b53dd65e3dd673d83c80f4c (patch)
tree12b252b7426e8a8904ef257bea10fea6038142f4 /lib/libc/stdio/perror.c
parentddf23aa842f17afcb0e9bfd88bfad20f6431d0a3 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/perror.c')
-rw-r--r--lib/libc/stdio/perror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/perror.c b/lib/libc/stdio/perror.c
index c137e063225e..77886bf604dd 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;