diff options
Diffstat (limited to 'usr.bin/sed/process.c')
-rw-r--r-- | usr.bin/sed/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index dc1ea2f6500d4..6a8621df82673 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.5.2.1 1997/08/12 06:36:13 charnier Exp $"; + "$Id: process.c,v 1.5.2.2 1998/07/17 04:21:21 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> |