summaryrefslogtreecommitdiff
path: root/src/su.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/su.c')
-rw-r--r--src/su.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/su.c b/src/su.c
index ff2bfe5fc..c94db90f0 100644
--- a/src/su.c
+++ b/src/su.c
@@ -78,7 +78,7 @@
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
static void log_su ();
-#else
+#else /* !HAVE_SYSLOG_H */
#ifdef SYSLOG_SUCCESS
#undef SYSLOG_SUCCESS
#endif
@@ -88,7 +88,7 @@ static void log_su ();
#ifdef SYSLOG_NON_ROOT
#undef SYSLOG_NON_ROOT
#endif
-#endif
+#endif /* !HAVE_SYSLOG_H */
#ifdef _POSIX_VERSION
#include <limits.h>