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:
parent
ab3664b056
commit
f34857487d
9 changed files with 150 additions and 139 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue