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