diff options
Diffstat (limited to 'libexec/getty/subr.c')
-rw-r--r-- | libexec/getty/subr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index 2f1c5390d43..a8a562abe00 100644 --- a/libexec/getty/subr.c +++ b/libexec/getty/subr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: subr.c,v 1.11 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: @(#)subr.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: subr.c,v 1.10 2000/10/06 22:51:42 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: subr.c,v 1.11 2001/01/28 19:34:28 niklas Exp $"; #endif /* not lint */ /* |