=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/unvis/unvis.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/unvis/unvis.c 1997/01/15 23:43:29 1.3 +++ src/usr.bin/unvis/unvis.c 2001/11/19 19:02:17 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: unvis.c,v 1.3 1997/01/15 23:43:29 millert Exp $ */ +/* $OpenBSD: unvis.c,v 1.4 2001/11/19 19:02:17 mpech Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -43,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: unvis.c,v 1.3 1997/01/15 23:43:29 millert Exp $"; +static char rcsid[] = "$OpenBSD: unvis.c,v 1.4 2001/11/19 19:02:17 mpech Exp $"; #endif /* not lint */ #include @@ -89,7 +89,7 @@ FILE *fp; const char *filename; { - register int offset = 0, c, ret; + int offset = 0, c, ret; int state = 0; char outc;