head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @ * @; 1.1 date 2026.06.18.16.15.31; author nia; state Exp; branches; next ; commitid GXnOCSVZmrG2xiKG; desc @@ 1.1 log @xgrk: Fix build with GCC 14. Include for strcmp(3) and memcmp(3). Fix an implicit int so that this compiles with GCC 14. @ text @$NetBSD$ Include for strcmp(3) and memcmp(3). Fix an implicit int so that this compiles with GCC 14. --- xgrk.c.orig 2026-06-18 16:12:40.410866772 +0000 +++ xgrk.c @@@@ -11,6 +11,7 @@@@ #include #include +#include #include #include #include @@@@ -94,6 +95,7 @@@@ pipe_hdl(int koko) exit(koko); } +void quit() { fprintf(stderr,"xgrk:Reseting to Latin...\n"); setmap (d, -1); @