diff options
Diffstat (limited to 'usr.bin/window/wwlabel.c')
-rw-r--r-- | usr.bin/window/wwlabel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/window/wwlabel.c b/usr.bin/window/wwlabel.c index 41a07357d7b..0c091fe25b9 100644 --- a/usr.bin/window/wwlabel.c +++ b/usr.bin/window/wwlabel.c @@ -1,4 +1,4 @@ -/* $NetBSD: wwlabel.c,v 1.3 1995/09/28 10:35:38 tls Exp $ */ +/* $NetBSD: wwlabel.c,v 1.4 1996/02/08 21:49:11 mycroft Exp $ */ /* * Copyright (c) 1983, 1993 @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)wwlabel.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$NetBSD: wwlabel.c,v 1.3 1995/09/28 10:35:38 tls Exp $"; +static char rcsid[] = "$NetBSD: wwlabel.c,v 1.4 1996/02/08 21:49:11 mycroft Exp $"; #endif #endif /* not lint */ @@ -64,7 +64,7 @@ char *l; register union ww_char *buf; register union ww_char *ns; register char *fmap; - register char *smap; + register unsigned char *smap; char touched; char *p; |