diff options
| author | thorpej <thorpej@NetBSD.org> | 1996-07-31 20:33:02 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1996-07-31 20:33:02 +0000 |
| commit | 3ff0b1a74c5327536e4d2cdc092bb573bbb65238 (patch) | |
| tree | a6d05b6058bddaf799aa55cb3fa3885007e6d4a7 /libexec/getty/init.c | |
| parent | 318585cf7f26674f3ebc3d6f768d2257e5a57cc4 (diff) | |
RCS id police.
Diffstat (limited to 'libexec/getty/init.c')
| -rw-r--r-- | libexec/getty/init.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libexec/getty/init.c b/libexec/getty/init.c index f3e78c00e1f..4f98482faa1 100644 --- a/libexec/getty/init.c +++ b/libexec/getty/init.c @@ -1,3 +1,5 @@ +/* $NetBSD: init.c,v 1.7 1996/07/31 20:40:32 thorpej Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: init.c,v 1.6 1994/08/17 20:10:35 pk Exp $"; +#if 0 +static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93"; +#else +static char rcsid[] = "$NetBSD: init.c,v 1.7 1996/07/31 20:40:32 thorpej Exp $"; +#endif #endif /* not lint */ /* |
