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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user