From c796808ce46fa5cc70abaa0ca8e344d98737a581 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 27 Jan 2021 05:06:12 +0000 Subject: [PATCH] nsd contains two yacc parsers, but predates "yacc -b". Instead a script renames the fields in one parser. Three additional variables (yysslim, yyssp, yystacksize) need to be renamed also. Yes it is worse than stepping out of bed on the wrong side into cat vomit. --- usr.sbin/nsd/configyyrename.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.sbin/nsd/configyyrename.h b/usr.sbin/nsd/configyyrename.h index a637f41d229..e16643533b2 100644 --- a/usr.sbin/nsd/configyyrename.h +++ b/usr.sbin/nsd/configyyrename.h @@ -33,6 +33,9 @@ #define yypv c_pv #define yys c_s #define yyss c_ss +#define yysslim c_sslimit +#define yyssp c_ssp +#define yystacksize c_stacksize #define yy_yys c_yys #define yystate c_state #define yytmp c_tmp -- 2.20.1