aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2026-04-16 20:33:58 +0000
committerColin Percival <cperciva@FreeBSD.org>2026-04-16 20:34:56 +0000
commit6a3e2223ff35781fb837862f7cf7aaaa991968d9 (patch)
tree32a0e6ad49233603343439f303d32cdeafb8f4de
parent0dac997f2434a30785d71d7513b4ebfc3eecf0d7 (diff)
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.
-rw-r--r--usr.bin/yacc/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/yacc/config.h b/usr.bin/yacc/config.h
index c9a9fe59139b..16ee996c427c 100644
--- a/usr.bin/yacc/config.h
+++ b/usr.bin/yacc/config.h
@@ -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 */