diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-24 03:01:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-24 03:01:00 +0000 |
commit | 8aa7cedf28a5f3ffa8fbfe60a0973e13955d38be (patch) | |
tree | 50248099c8ddffd3775a98f2bfbc295d0b182b70 /usr.bin/sed | |
parent | 9283116fe1cb2e9ff33e125cec3b72de8889a033 (diff) |
correct sccsid, not like it really matters
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/compile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index c5e4632ac56..67ecc5628c9 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: compile.c,v 1.8 1998/09/22 21:21:43 brian Exp $ */ +/* $OpenBSD: compile.c,v 1.9 1998/09/24 03:00:59 millert Exp $ */ /*- * Copyright (c) 1992 Diomidis Spinellis. @@ -38,8 +38,8 @@ */ #ifndef lint -/* from: static char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93"; */ -static char *rcsid = "$OpenBSD: compile.c,v 1.8 1998/09/22 21:21:43 brian Exp $"; +/* from: static char sccsid[] = "@(#)compile.c 8.2 (Berkeley) 4/28/95"; */ +static char *rcsid = "$OpenBSD: compile.c,v 1.9 1998/09/24 03:00:59 millert Exp $"; #endif /* not lint */ #include <sys/types.h> |