diff options
Diffstat (limited to 'usr.bin/window/wwframe.c')
-rw-r--r-- | usr.bin/window/wwframe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/window/wwframe.c b/usr.bin/window/wwframe.c index bcd6e9cfb6e..c25964a7ab2 100644 --- a/usr.bin/window/wwframe.c +++ b/usr.bin/window/wwframe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wwframe.c,v 1.3 1996/06/26 05:43:43 deraadt Exp $ */ +/* $OpenBSD: wwframe.c,v 1.4 1997/02/25 00:04:53 downsj Exp $ */ /* $NetBSD: wwframe.c,v 1.4 1996/02/08 21:49:05 mycroft Exp $ */ /* @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)wwframe.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: wwframe.c,v 1.3 1996/06/26 05:43:43 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: wwframe.c,v 1.4 1997/02/25 00:04:53 downsj Exp $"; #endif #endif /* not lint */ |