diff options
| author | christos <christos@NetBSD.org> | 2006-04-08 21:33:09 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-04-08 21:33:09 +0000 |
| commit | d2bf424ee0dd4208a85bd1b1d19e4a477f794010 (patch) | |
| tree | bc03a0f102b31833f31a7e82f4ac889712eb4345 | |
| parent | 4b5dc3b5a8a07c71564eee68168c4be5081927f2 (diff) | |
remove bogus declaration.
| -rw-r--r-- | lib/libcompat/regexp/regexp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcompat/regexp/regexp.c b/lib/libcompat/regexp/regexp.c index df6db80d6a7..a4146871ce2 100644 --- a/lib/libcompat/regexp/regexp.c +++ b/lib/libcompat/regexp/regexp.c @@ -35,7 +35,7 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: regexp.c,v 1.15 2002/11/11 23:43:03 thorpej Exp $"); +__RCSID("$NetBSD: regexp.c,v 1.16 2006/04/08 21:33:09 christos Exp $"); #endif /* LIBC_SCCS and not lint */ #include <ctype.h> @@ -1170,7 +1170,6 @@ regexp *r; char *s; char op = EXACTLY; /* Arbitrary non-END op. */ char *next; - extern char *strchr(); s = r->program + 1; |
