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. --- src/getopt.c.orig 2023-01-12 00:53:26.000000000 +0000 +++ src/getopt.c @@@@ -202,7 +202,7 @@@@ static char *posixly_correct; whose names are inconsistent. */ #ifndef getenv -extern char *getenv (); +extern char *getenv (const char *); #endif static char * @