From a16f65c7d117419bd266c28a1901ef129a337569 Mon Sep 17 00:00:00 2001 From: svn2git Date: Sun, 1 May 1994 00:00:00 -0800 Subject: Release FreeBSD 1.1 This commit was manufactured to restore the state of the 1.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- lib/libc/gen/regexp/regerror.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lib/libc/gen/regexp/regerror.c (limited to 'lib/libc/gen/regexp/regerror.c') diff --git a/lib/libc/gen/regexp/regerror.c b/lib/libc/gen/regexp/regerror.c deleted file mode 100644 index 6d0077d63429..000000000000 --- a/lib/libc/gen/regexp/regerror.c +++ /dev/null @@ -1,18 +0,0 @@ -#include -#include - -void -regerror(s) -const char *s; -{ -#ifdef ERRAVAIL - error("regexp: %s", s); -#else -/* - fprintf(stderr, "regexp(3): %s\n", s); - exit(1); -*/ - return; /* let std. egrep handle errors */ -#endif - /* NOTREACHED */ -} -- cgit v1.2.3