diff options
Diffstat (limited to 'libexec/ftpd/logwtmp.c')
-rw-r--r-- | libexec/ftpd/logwtmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index 5c9cd3fc2a3f9..d63be9cb14e37 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: logwtmp.c,v 1.3.2.2 1997/12/12 07:20:34 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> |