NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/53103 CVS commit: src/sys



The following reply was made to PR lib/53103; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: christos%zoulas.com@localhost
Cc: gnats-bugs%NetBSD.org@localhost, pullup-8%netbsd.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: PR/53103 CVS commit: src/sys
Date: Mon, 24 Sep 2018 11:29:16 +0900

 > I guess we should bump the version to:
 > 
 > #define        __NetBSD_Version__      800000100       /* NetBSD 8.00.01 */
 > 
 > and make sure that the change is pulled up to all the -8 branches.
 
 I'm afraid this fails because the version strings in the comment
 at the line is used as uname(3)'s version ("osrelease[] in the kernel)
 by sys/conf/osrelease.sh and sys/conf/newvers.sh.
 
 On the other hand osrelease.sh also claims:
 
  https://nxr.netbsd.org/xref/src/sys/conf/osrelease.sh?r=1.122#39
 >> # Search for line
 >> # #define __NetBSD_Version__ <ver_num> /* NetBSD <ver_text> */
 >> #
 >> # <ver_num> and <ver_text> should match!
 
 Is there any document how __NetBSD__ in param.h should be updated,
 especially for release branches?
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index