From 60d703eb8dc54dd1b0ccef88932bcef65b8724bf Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 5 Jan 2010 09:43:24 -0800 Subject: [PATCH 8/8] Change uint_t to unsigned int in lib/replace --- lib/replace/README | 1 - lib/replace/getifaddrs.c | 2 +- lib/replace/libreplace_cc.m4 | 1 - lib/replace/test/testsuite.c | 1 - 4 files changed, 1 insertions(+), 4 deletions(-) diff --git a/lib/replace/README b/lib/replace/README index 26383bc..b2d2e4f 100644 --- a/lib/replace/README +++ b/lib/replace/README @@ -75,7 +75,6 @@ realpath Types: bool socklen_t -uint_t uint{8,16,32,64}_t int{8,16,32,64}_t intptr_t diff --git a/lib/replace/getifaddrs.c b/lib/replace/getifaddrs.c index 3a91bb4..84d7906 100644 --- a/lib/replace/getifaddrs.c +++ b/lib/replace/getifaddrs.c @@ -282,7 +282,7 @@ int rep_getifaddrs(struct ifaddrs **ifap) i = ifc.ifc_len; while (i > 0) { - uint_t inc; + unsigned int inc; inc = ifr->ifr_addr.sa_len; diff --git a/lib/replace/libreplace_cc.m4 b/lib/replace/libreplace_cc.m4 index a26dee4..48d9e84 100644 --- a/lib/replace/libreplace_cc.m4 +++ b/lib/replace/libreplace_cc.m4 @@ -115,7 +115,6 @@ AC_CHECK_SIZEOF(short) AC_CHECK_SIZEOF(long) AC_CHECK_SIZEOF(long long) -AC_CHECK_TYPE(uint_t, unsigned int) AC_CHECK_TYPE(int8_t, char) AC_CHECK_TYPE(uint8_t, unsigned char) AC_CHECK_TYPE(int16_t, short) diff --git a/lib/replace/test/testsuite.c b/lib/replace/test/testsuite.c index caa70d6..829e9f9 100644 --- a/lib/replace/test/testsuite.c +++ b/lib/replace/test/testsuite.c @@ -751,7 +751,6 @@ FIXME: Types: bool socklen_t -uint_t uint{8,16,32,64}_t int{8,16,32,64}_t intptr_t -- 1.6.6