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