Module Name: src Committed By: christos Date: Fri Jan 13 05:35:20 UTC 2017
Modified Files: src/sys/sys: syslog.h Log Message: welcome to the constant age. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/sys/syslog.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/syslog.h diff -u src/sys/sys/syslog.h:1.38 src/sys/sys/syslog.h:1.39 --- src/sys/sys/syslog.h:1.38 Thu Oct 15 02:15:22 2015 +++ src/sys/sys/syslog.h Fri Jan 13 00:35:20 2017 @@ -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;