From: Todd C. Miller Date: Mon, 13 Sep 2010 15:48:51 +0000 (-0400) Subject: Use __sun for consistency with the rest of the sources. X-Git-Tag: SUDO_1_7_5~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=157624f224346fea6f7c2b1962bbb7c6e760c758;p=sudo Use __sun for consistency with the rest of the sources. --HG-- branch : 1.7 --- diff --git a/bsm_audit.c b/bsm_audit.c index a673d281e..c66a8ce29 100644 --- a/bsm_audit.c +++ b/bsm_audit.c @@ -35,7 +35,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