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