mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
Change uint_t to unsigned int in lib/replace
Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
e3aeea29a4
commit
a2c95a5d96
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user