]> granicus.if.org Git - sudo/commitdiff
Use __sun for consistency with the rest of the sources.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Sep 2010 15:48:51 +0000 (11:48 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Sep 2010 15:48:51 +0000 (11:48 -0400)
--HG--
branch : 1.7

bsm_audit.c

index a673d281e3c1a7f0456d3635adcdd6dfe98f51aa..c66a8ce2925eab64c0750fbc8276ddb924046de9 100644 (file)
@@ -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