=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vgrind/Attic/vfontedpr.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/vgrind/Attic/vfontedpr.c 1996/06/26 05:42:30 1.3 --- src/usr.bin/vgrind/Attic/vfontedpr.c 2001/07/12 05:17:29 1.4 *************** *** 1,4 **** ! /* $OpenBSD: vfontedpr.c,v 1.3 1996/06/26 05:42:30 deraadt Exp $ */ /* $NetBSD: vfontedpr.c,v 1.4 1996/03/21 18:08:30 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: vfontedpr.c,v 1.4 2001/07/12 05:17:29 deraadt Exp $ */ /* $NetBSD: vfontedpr.c,v 1.4 1996/03/21 18:08:30 jtc Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)vfontedpr.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: vfontedpr.c,v 1.3 1996/06/26 05:42:30 deraadt Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)vfontedpr.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: vfontedpr.c,v 1.4 2001/07/12 05:17:29 deraadt Exp $"; #endif /* not lint */ #include *************** *** 703,709 **** while (++cp, isidchr(*cp)) i++; ! while (cp = *ss++) if (!STRNCMP(s,cp,i) && !isidchr(cp[i])) return (i); return (0); --- 703,709 ---- while (++cp, isidchr(*cp)) i++; ! while ((cp = *ss++)) if (!STRNCMP(s,cp,i) && !isidchr(cp[i])) return (i); return (0);