=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sed/main.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/sed/main.c 1995/10/18 08:46:05 1.1 --- src/usr.bin/sed/main.c 1996/05/21 21:50:46 1.2 *************** *** 43,49 **** #ifndef lint /* from: static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/3/94"; */ ! static char *rcsid = "$Id: main.c,v 1.1 1995/10/18 08:46:05 deraadt Exp $"; #endif /* not lint */ #include --- 43,49 ---- #ifndef lint /* from: static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/3/94"; */ ! static char *rcsid = "$Id: main.c,v 1.2 1996/05/21 21:50:46 deraadt Exp $"; #endif /* not lint */ #include *************** *** 255,261 **** { static FILE *f; /* Current open file */ size_t len; ! char c, *p; if (f == NULL) /* Advance to first non-empty file */ --- 255,262 ---- { static FILE *f; /* Current open file */ size_t len; ! char *p; ! int c; if (f == NULL) /* Advance to first non-empty file */