]> granicus.if.org Git - sudo/commit
AIX defines rsize_t in string.h, not stddef.h for use by the
authorTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 22 Aug 2018 13:43:13 +0000 (07:43 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 22 Aug 2018 13:43:13 +0000 (07:43 -0600)
commitd9dec932772ffc3f8b2047af8ab86afec47adf37
tree9e625e88c8d44e5f05032d21c2095b66a97f5d1a
parent9e6c14b091d847d654685ecbf572ff11961f06c6
AIX defines rsize_t in string.h, not stddef.h for use by the
memset_s() prototype.  We use our own memset_s() on AIX since it
is not available on all BOS levels which makes package building
problematic.
include/sudo_compat.h