Source-Changes-HG archive

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

[src/trunk]: src/sys/sys welcome to the constant age.



details:   https://anonhg.NetBSD.org/src/rev/c857d6e2d808
branches:  trunk
changeset: 820656:c857d6e2d808
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 13 05:35:20 2017 +0000

description:
welcome to the constant age.

diffstat:

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

diffs (18 lines):

diff -r 2392c1550b73 -r c857d6e2d808 sys/sys/syslog.h
--- a/sys/sys/syslog.h  Fri Jan 13 05:26:42 2017 +0000
+++ b/sys/sys/syslog.h  Fri Jan 13 05:35:20 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syslog.h,v 1.38 2015/10/15 06:15:22 dholland Exp $     */
+/*     $NetBSD: syslog.h,v 1.39 2017/01/13 05:35:20 christos Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1988, 1993
@@ -68,7 +68,7 @@
                                /* mark "facility" */
 #define        INTERNAL_MARK   LOG_MAKEPRI(LOG_NFACILITIES, 0)
 typedef struct _code {
-       char    *c_name;
+       const char      *c_name;
        int     c_val;
 } CODE;
 



Home | Main Index | Thread Index | Old Index