Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2026 20:35:06 +0000
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6a3e2223ff35 - main - yacc: Fix SYSTEM_NAME
Message-ID:  <69e147fa.20c7e.1d428d56@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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 */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e147fa.20c7e.1d428d56>