yacc: Fix SYSTEM_NAME

This usually gets bumped by re@ when the version number changes in
sys/conf/newvers.sh, but apparently we forgot for the past two major
versions.
This commit is contained in:
Colin Percival
2026-04-16 13:33:58 -07:00
parent 0dac997f24
commit 6a3e2223ff
+1 -1
View File
@@ -92,7 +92,7 @@
/* #undef STDC_NORETURN */
/* Define to the system name. */
#define SYSTEM_NAME "freebsd14.0"
#define SYSTEM_NAME "freebsd16.0"
/* "Define to 1 if you want to use dbmalloc for testing." */
/* #undef USE_DBMALLOC */