From 2f1ef19e4be5ce212dc6b0c8cd2c43876fa304d8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 26 May 2001 00:01:58 +0000 Subject: Fix regex support to be compatible with 4.2 BSD regex library. This is the last bit that was needed to get util-linux to compile. --- libc/misc/regex/regex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/misc/regex') diff --git a/libc/misc/regex/regex.c b/libc/misc/regex/regex.c index 19e3e0cbb..d14595dfd 100644 --- a/libc/misc/regex/regex.c +++ b/libc/misc/regex/regex.c @@ -21,6 +21,7 @@ /* To exclude some unwanted junk.... */ #undef _LIBC +#define _REGEX_RE_COMP /* AIX requires this to be the first thing in the file. */ #if defined _AIX && !defined REGEX_MALLOC -- cgit v1.2.3