diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-21 23:39:28 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-21 23:39:28 +0000 |
commit | 084b4588f24346b3d369eaf49193461c380e8521 (patch) | |
tree | 1cbfa8bb28a9bf0d0b93ca61ac5323ef95e4c7f7 /lib/libutil/login.c | |
parent | 454845084c112df969ca14adced4fd6c1d7305b6 (diff) | |
download | FreeBSD-src-084b4588f24346b3d369eaf49193461c380e8521.zip FreeBSD-src-084b4588f24346b3d369eaf49193461c380e8521.tar.gz |
Remove 'register' keyword.
Diffstat (limited to 'lib/libutil/login.c')
-rw-r--r-- | lib/libutil/login.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/login.c b/lib/libutil/login.c index 894d555..cbb6013 100644 --- a/lib/libutil/login.c +++ b/lib/libutil/login.c @@ -53,7 +53,7 @@ void login(ut) struct utmp *ut; { - register int fd; + int fd; int tty; tty = ttyslot(); |