Replace locally defined "null" to standard library defined "NULL" (stddef.h).

Replace "ulong" usage by "size_t" from standard library (since ulong type was only used to store sizeof() result).
This commit is contained in:
Romuald Conty 2009-05-27 12:18:21 +00:00
parent ab3664b056
commit f34857487d
9 changed files with 150 additions and 139 deletions

View file

@ -13,7 +13,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config)
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([stdlib.h stdint.h])
AC_CHECK_HEADERS([stdio.h stdlib.h stdint.h stddef.h])
# libusb