POSIX does not require an explicit inclusion of sys/types.h to get
authormillert <millert@openbsd.org>
Thu, 15 Jan 2015 03:19:43 +0000 (03:19 +0000)
committermillert <millert@openbsd.org>
Thu, 15 Jan 2015 03:19:43 +0000 (03:19 +0000)
commitf9c42d4a96b4f79cee834e2af1f90a61a1696e77
tree4bb750151a0537e0f55010d901ace679772237bd
parentf7d9ce8d3a07cecd49aecd44903d1141f6b224ad
POSIX does not require an explicit inclusion of sys/types.h to get
uid_t or gid_t (and neither do we).  OK deraadt@
lib/libc/gen/getgrent.3
lib/libc/gen/getpwent.3
lib/libc/gen/getpwnam.3