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