# HG changeset patch # User Jim Meyering # Date 999329996 0 # Node ID 3eac9032b69598ef28d9eb8be266dabef1500f9e # Parent b4c6e42f9dd93073d5a25e5364014d3d6f519f43 (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. diff --git a/lib/regex.c b/lib/regex.c --- a/lib/regex.c +++ b/lib/regex.c @@ -297,6 +297,7 @@ /* Integer type for pointers. */ # if !defined _LIBC +#define uintptr_t private_uintptr_t typedef unsigned long int uintptr_t; # endif