diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 19:34:36 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 19:34:36 +0000 |
commit | 20b46180bc742f3850de362018712c14e5666062 (patch) | |
tree | 43a7cdbcb08aaafc20effe8b11c2e219635e61b6 /libexec/getty/init.c | |
parent | 8b4ee0567126b76c17a3aea24f11e116260516d7 (diff) |
$OpenBSD$
Diffstat (limited to 'libexec/getty/init.c')
-rw-r--r-- | libexec/getty/init.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/getty/init.c b/libexec/getty/init.c index 3353bd016a1..c00b2368cee 100644 --- a/libexec/getty/init.c +++ b/libexec/getty/init.c @@ -1,3 +1,5 @@ +/* $OpenBSD: init.c,v 1.4 2001/01/28 19:34:28 niklas Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -33,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: init.c,v 1.3 1996/12/10 07:58:33 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: init.c,v 1.4 2001/01/28 19:34:28 niklas Exp $"; #endif /* not lint */ /* |