You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
371 B
13 lines
371 B
24 years ago
|
--- compat/gnu-regex.h.orig Sun Dec 9 20:46:02 2001
|
||
|
+++ compat/gnu-regex.h Tue Feb 5 09:46:12 2002
|
||
|
@@ -40,6 +40,9 @@
|
||
|
#ifndef _REGEX_RE_COMP
|
||
|
#define _REGEX_RE_COMP
|
||
|
#endif
|
||
|
+#ifdef __FreeBSD__
|
||
|
+#undef _REGEX_RE_COMP
|
||
|
+#endif
|
||
|
|
||
|
/* The following two types have to be signed and unsigned integer type
|
||
|
wide enough to hold a value of a pointer. For most ANSI compilers
|