Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Mark #endifs that are far enough away from their cor...



details:   https://anonhg.NetBSD.org/src/rev/aebd4423a342
branches:  trunk
changeset: 330779:aebd4423a342
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jul 20 20:55:17 2014 +0000

description:
Mark #endifs that are far enough away from their corresponding #ifs to
be unclear.

diffstat:

 sys/sys/syslog.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 45d23055d487 -r aebd4423a342 sys/sys/syslog.h
--- a/sys/sys/syslog.h  Sun Jul 20 20:20:16 2014 +0000
+++ b/sys/sys/syslog.h  Sun Jul 20 20:55:17 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syslog.h,v 1.35 2012/10/10 22:51:55 christos Exp $     */
+/*     $NetBSD: syslog.h,v 1.36 2014/07/20 20:55:17 dholland Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1988, 1993
@@ -83,7 +83,7 @@
        { "warning",    LOG_WARNING },
        { NULL,         -1 }
 };
-#endif
+#endif /* SYSLOG_NAMES */
 
 /* facility codes */
 #define        LOG_KERN        (0<<3)  /* kernel messages */
@@ -140,7 +140,7 @@
        { "local7",     LOG_LOCAL7 },
        { NULL,         -1 }
 };
-#endif
+#endif /* SYSLOG_NAMES */
 
 #ifdef _KERNEL
 #define        LOG_PRINTF      -1      /* pseudo-priority to indicate use of printf */



Home | Main Index | Thread Index | Old Index