2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

add dev_t and ino_t

This commit is contained in:
Todd C. Miller 1998-09-07 02:28:14 +00:00
parent 1d26f2699d
commit 15c6fea6dd

View File

@ -70,6 +70,12 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef ssize_t
/* Define to `int' if <sys/types.h> doesn't define. */
#undef dev_t
/* Define to `unsigned int' if <sys/types.h> doesn't define. */
#undef ino_t
/* Define to be nil if C compiler doesn't support "const." */
#undef const