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