git: 6a3e2223ff35 - main - yacc: Fix SYSTEM_NAME
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Apr 2026 20:35:06 UTC
The branch main has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=6a3e2223ff35781fb837862f7cf7aaaa991968d9
commit 6a3e2223ff35781fb837862f7cf7aaaa991968d9
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-04-16 20:33:58 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-04-16 20:34:56 +0000
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.
---
usr.bin/yacc/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 */