autogen.patch 371 B

12345678910111213
  1. --- compat/gnu-regex.h.orig Sun Dec 9 20:46:02 2001
  2. +++ compat/gnu-regex.h Tue Feb 5 09:46:12 2002
  3. @@ -40,6 +40,9 @@
  4. #ifndef _REGEX_RE_COMP
  5. #define _REGEX_RE_COMP
  6. #endif
  7. +#ifdef __FreeBSD__
  8. +#undef _REGEX_RE_COMP
  9. +#endif
  10. /* The following two types have to be signed and unsigned integer type
  11. wide enough to hold a value of a pointer. For most ANSI compilers