diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /usr.bin/sed/process.c | |
parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) |
Notes
Diffstat (limited to 'usr.bin/sed/process.c')
-rw-r--r-- | usr.bin/sed/process.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index 535405af28bb..18bf5159488e 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94"; #endif static const char rcsid[] = - "$Id: process.c,v 1.7 1998/04/29 21:58:36 ache Exp $"; + "$Id: process.c,v 1.6 1997/08/11 07:21:06 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -94,7 +94,7 @@ process() { struct s_command *cp; SPACE tspace; - size_t len, oldpsl = 0; + size_t len, oldpsl; char *p; for (linenum = 0; mf_fgets(&PS, REPLACE);) { |