2
0
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:
Todd C. Miller
2010-09-13 11:49:10 -04:00
parent 4101f2eef0
commit 77eb8cfe5b

View File

@@ -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