Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/sys Make sure to note 2.0_BETA in the comment as os...



details:   https://anonhg.NetBSD.org/src/rev/e03354a7d32a
branches:  netbsd-2-0
changeset: 560142:e03354a7d32a
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon Mar 29 15:31:52 2004 +0000

description:
Make sure to note 2.0_BETA in the comment as osrelease.sh parses for this for
uname output. Ticket #11 from cube

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6906604b8dd8 -r e03354a7d32a sys/sys/param.h
--- a/sys/sys/param.h   Mon Mar 29 10:56:21 2004 +0000
+++ b/sys/sys/param.h   Mon Mar 29 15:31:52 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.188.2.1 2004/03/29 05:21:33 jmc Exp $      */
+/*     $NetBSD: param.h,v 1.188.2.2 2004/03/29 15:31:52 jmc Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  * needs to be updated and the changes sent back to the groff maintainers.
  */
 
-#define        __NetBSD_Version__      200000000       /* NetBSD 2.0 */
+#define        __NetBSD_Version__      200000000       /* NetBSD 2.0_BETA */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index