summaryrefslogtreecommitdiffstats
path: root/lib/libstand/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/ioctl.c')
-rw-r--r--lib/libstand/ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/ioctl.c b/lib/libstand/ioctl.c
index 45a014c..debd9e4 100644
--- a/lib/libstand/ioctl.c
+++ b/lib/libstand/ioctl.c
@@ -75,7 +75,7 @@ ioctl(fd, cmd, arg)
u_long cmd;
char *arg;
{
- register struct open_file *f = &files[fd];
+ struct open_file *f = &files[fd];
if ((unsigned)fd >= SOPEN_MAX || f->f_flags == 0) {
errno = EBADF;
OpenPOWER on IntegriCloud