mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
added _BSD_COMPAT
This commit is contained in:
parent
368f8ff122
commit
f3cd67d4ca
@ -37,6 +37,12 @@
|
||||
#undef _CONVEX_SOURCE
|
||||
#endif
|
||||
|
||||
/* Define if on IRIX.
|
||||
We want BSD compatibility to use BSD signals. */
|
||||
#ifndef _BSD_COMPAT
|
||||
#undef _BSD_COMPAT
|
||||
#endif
|
||||
|
||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
||||
#undef uid_t
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user