diff options
Diffstat (limited to 'libuxre')
| -rw-r--r-- | libuxre/re.h | 2 | ||||
| -rw-r--r-- | libuxre/uxre_regex.h (renamed from libuxre/regex.h) | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/libuxre/re.h b/libuxre/re.h index 64df2d0..9e0241e 100644 --- a/libuxre/re.h +++ b/libuxre/re.h @@ -35,7 +35,7 @@ /* #define __fnm_collate lc_collate */ /* <fnmatch.h> */ #include <limits.h> -#include "regex.h" +#include "uxre_regex.h" /* #include <fnmatch.h> */ #include <colldata.h> diff --git a/libuxre/regex.h b/libuxre/uxre_regex.h index 8dbd028..068c1f9 100644 --- a/libuxre/regex.h +++ b/libuxre/uxre_regex.h @@ -24,7 +24,6 @@ * Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - #ifndef LIBUXRE_REGEX_H #define LIBUXRE_REGEX_H /* from unixsrc:usr/src/common/head/regex.h /main/uw7_nj/1 */ |
