diff options
Diffstat (limited to 'lib/libc/regex/regfree.c')
-rw-r--r-- | lib/libc/regex/regfree.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/regex/regfree.c b/lib/libc/regex/regfree.c index 44dbf08449b..db8a38d97f0 100644 --- a/lib/libc/regex/regfree.c +++ b/lib/libc/regex/regfree.c @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)regfree.c 8.3 (Berkeley) 3/20/94"; #else -static char rcsid[] = "$OpenBSD: regfree.c,v 1.5 2004/10/17 17:58:54 otto Exp $"; +static char rcsid[] = "$OpenBSD: regfree.c,v 1.6 2004/11/30 17:04:23 otto Exp $"; #endif #endif /* LIBC_SCCS and not lint */ @@ -51,7 +51,6 @@ static char rcsid[] = "$OpenBSD: regfree.c,v 1.5 2004/10/17 17:58:54 otto Exp $" /* - regfree - free everything - = extern void regfree(regex_t *); */ void regfree(regex_t *preg) |