diff options
Diffstat (limited to 'usr.bin/window/parser1.c')
-rw-r--r-- | usr.bin/window/parser1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/parser1.c b/usr.bin/window/parser1.c index d0d145f5e1c..69959ee5c48 100644 --- a/usr.bin/window/parser1.c +++ b/usr.bin/window/parser1.c @@ -1,3 +1,4 @@ +/* $OpenBSD: parser1.c,v 1.2 1996/06/26 05:43:18 deraadt Exp $ */ /* $NetBSD: parser1.c,v 1.3 1995/09/28 10:34:31 tls Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)parser1.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$NetBSD: parser1.c,v 1.3 1995/09/28 10:34:31 tls Exp $"; +static char rcsid[] = "$OpenBSD: parser1.c,v 1.2 1996/06/26 05:43:18 deraadt Exp $"; #endif #endif /* not lint */ |