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