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