Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libterminfo/term.h,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libterminfo/term.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- src/lib/libterminfo/term.h 2017/03/23 00:23:29 1.20 +++ src/lib/libterminfo/term.h 2017/03/23 00:36:37 1.21 @@ -1,4 +1,4 @@ -/* $NetBSD: term.h,v 1.20 2017/03/23 00:23:29 roy Exp $ */ +/* $NetBSD: term.h,v 1.21 2017/03/23 00:36:37 roy Exp $ */ /* * Copyright (c) 2009, 2010, 2011, 2013 The NetBSD Foundation, Inc. @@ -1933,8 +1933,8 @@ typedef struct { /* We need to expose these so that the macros work */ const char *name; const char *desc; - signed char *flags; - short *nums; + const signed char *flags; + const short *nums; const char **strs; } TERMINAL; #endif