mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Use __sun for consistency with the rest of the sources.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
* Solaris auditon() returns EINVAL if BSM audit not configured.
|
||||
* OpenBSM returns ENOSYS for unimplemented options.
|
||||
*/
|
||||
#ifdef __sun__
|
||||
#ifdef __sun
|
||||
# define AUDIT_NOT_CONFIGURED EINVAL
|
||||
#else
|
||||
# define AUDIT_NOT_CONFIGURED ENOSYS
|
||||
|
Reference in New Issue
Block a user