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