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