# HG changeset patch # User Jim Meyering # Date 999330002 0 # Node ID a83d77bda801d8b66d72118b8676c53e552dc5bf # Parent 3eac9032b69598ef28d9eb8be266dabef1500f9e *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2001-09-01 Jim Meyering + * regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it + doesn't conflict with sparc-sun-solaris2.7's definition in + /usr/include/sys/int_types.h. + * exclude.c: Use `""', not `<>' to #include non-system header files. (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp and strncasecmp as r-values. Unixware didn't have declarations.