diff options
Diffstat (limited to 'lib/libutil/logout.c')
-rw-r--r-- | lib/libutil/logout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/logout.c b/lib/libutil/logout.c index 5b9a821..c0bd859 100644 --- a/lib/libutil/logout.c +++ b/lib/libutil/logout.c @@ -54,9 +54,9 @@ typedef struct utmp UTMP; int logout(line) - register char *line; + const char *line; { - register int fd; + int fd; UTMP ut; int rval; |