]> 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:49:10 +0000 (11:49 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Sep 2010 15:49:10 +0000 (11:49 -0400)
plugins/sudoers/bsm_audit.c

index 787786fd3ffb3988b49d14468308623af070ca0a..2a347c916bdef5f50b97636c0ebb3a0abb90a905 100644 (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