From be04b6d19037a418b377ed2e33c02086cefa2b60 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 21 Mar 2002 23:39:28 +0000 Subject: Remove 'register' keyword. --- lib/libstand/ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libstand/ioctl.c') 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; -- cgit v1.3