diff options
| author | christos <christos@NetBSD.org> | 2001-02-04 22:04:11 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2001-02-04 22:04:11 +0000 |
| commit | 4056c9f72dea24dcbe62a88e309f88b6cc7dfb29 (patch) | |
| tree | 2cc31aacbd58c74a972cd0b78320cbefbcf305bd /libexec/ftpd/logwtmp.c | |
| parent | b42a153d41f37bf1b4e2aeb7e4c27cab842ee45d (diff) | |
fix redundant declarations.
Diffstat (limited to 'libexec/ftpd/logwtmp.c')
| -rw-r--r-- | libexec/ftpd/logwtmp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index 1d9c95b1c47..bee33babb29 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -1,4 +1,4 @@ -/* $NetBSD: logwtmp.c,v 1.15 2000/05/20 02:20:19 lukem Exp $ */ +/* $NetBSD: logwtmp.c,v 1.16 2001/02/04 22:04:12 christos Exp $ */ /* * Copyright (c) 1988, 1993 @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: logwtmp.c,v 1.15 2000/05/20 02:20:19 lukem Exp $"); +__RCSID("$NetBSD: logwtmp.c,v 1.16 2001/02/04 22:04:12 christos Exp $"); #endif #endif /* not lint */ @@ -57,6 +57,7 @@ __RCSID("$NetBSD: logwtmp.c,v 1.15 2000/05/20 02:20:19 lukem Exp $"); #include <time.h> #include <unistd.h> #include <utmp.h> +#include <util.h> #ifdef KERBEROS5 #include <krb5/krb5.h> |
