head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.05.18.11.49.53; author jperkin; state Exp; branches; next ; commitid SAaETvXny2xH3iGG; desc @@ 1.1 log @gmake: Fix for modern C. @ text @$NetBSD$ Fix for modern C. --- lib/fnmatch.c.orig 2023-02-26 16:04:31.000000000 +0000 +++ lib/fnmatch.c @@@@ -121,7 +121,7 @@@@ USA. */ whose names are inconsistent. */ # if !defined _LIBC && !defined getenv -extern char *getenv (); +extern char *getenv (const char *); # endif # ifndef errno @