diff options
Diffstat (limited to 'usr.bin/window/ttf100.c')
-rw-r--r-- | usr.bin/window/ttf100.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/ttf100.c b/usr.bin/window/ttf100.c index b9c14b69f43..0fcac078697 100644 --- a/usr.bin/window/ttf100.c +++ b/usr.bin/window/ttf100.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ttf100.c,v 1.2 1996/06/26 05:43:24 deraadt Exp $ */ /* $NetBSD: ttf100.c,v 1.3 1995/09/28 10:34:44 tls Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)ttf100.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$NetBSD: ttf100.c,v 1.3 1995/09/28 10:34:44 tls Exp $"; +static char rcsid[] = "$OpenBSD: ttf100.c,v 1.2 1996/06/26 05:43:24 deraadt Exp $"; #endif #endif /* not lint */ |