diff options
Diffstat (limited to 'bsd-login.c')
-rw-r--r-- | bsd-login.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-login.c b/bsd-login.c index 98010ec3c..93f230266 100644 --- a/bsd-login.c +++ b/bsd-login.c | |||
@@ -37,7 +37,7 @@ | |||
37 | 37 | ||
38 | #if defined(LIBC_SCCS) && !defined(lint) | 38 | #if defined(LIBC_SCCS) && !defined(lint) |
39 | /* from: static char sccsid[] = "@(#)login.c 8.1 (Berkeley) 6/4/93"; */ | 39 | /* from: static char sccsid[] = "@(#)login.c 8.1 (Berkeley) 6/4/93"; */ |
40 | static char *rcsid = "$Id: bsd-login.c,v 1.2 1999/11/20 01:18:40 damien Exp $"; | 40 | static char *rcsid = "$OpenBSD: login.c,v 1.5 1998/07/13 02:11:12 millert Exp $"; |
41 | #endif /* LIBC_SCCS and not lint */ | 41 | #endif /* LIBC_SCCS and not lint */ |
42 | 42 | ||
43 | #include <sys/types.h> | 43 | #include <sys/types.h> |