diff options
Diffstat (limited to 'usr.bin/sed/process.c')
-rw-r--r-- | usr.bin/sed/process.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index 526e1d74f69..9d5aacf3f21 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -1,3 +1,5 @@ +/* $OpenBSD: process.c,v 1.2 1996/06/26 05:39:08 deraadt Exp $ */ + /*- * Copyright (c) 1992 Diomidis Spinellis. * Copyright (c) 1992, 1993 @@ -37,7 +39,7 @@ #ifndef lint /* from: static char sccsid[] = "@(#)process.c 8.1 (Berkeley) 6/6/93"; */ -static char *rcsid = "$Id: process.c,v 1.1 1995/10/18 08:46:05 deraadt Exp $"; +static char *rcsid = "$OpenBSD: process.c,v 1.2 1996/06/26 05:39:08 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> |