diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 23:39:28 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 23:39:28 +0000 |
| commit | be04b6d19037a418b377ed2e33c02086cefa2b60 (patch) | |
| tree | 1cbfa8bb28a9bf0d0b93ca61ac5323ef95e4c7f7 /lib/libstand/ioctl.c | |
| parent | c4bc47ba6a48d582598b7f5eb13b871b956edc4e (diff) | |
Notes
Diffstat (limited to 'lib/libstand/ioctl.c')
| -rw-r--r-- | lib/libstand/ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/ioctl.c b/lib/libstand/ioctl.c index 45a014c39d4e5..debd9e4ef8b37 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; |
