head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.08.30.09.14.25; author he; state Exp; branches; next ; commitid Xo1sQzDwnvCDQDTG; desc @@ 1.1 log @misc/dvorakng: fix build where char != signed char, as on powerpc. Also sprinkle "const" to get rid of warnings related to string handling. Bump PKGREVISION. @ text @$NetBSD$ Sprinkle "const" to deal with string constants and get rid of warnings. --- lessons.h.orig 2026-08-30 09:09:56.970093490 +0000 +++ lessons.h @@@@ -22,6 +22,6 @@@@ #ifndef LESSONS_H #define LESSONS_H -extern char *lessons[]; +extern const char *lessons[]; #endif @