Source-Changes-HG archive

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

[src/trunk]: src/sys Bump the OS version to 1.6C: socket buffer structure cha...



details:   https://anonhg.NetBSD.org/src/rev/3b0b6710a6b2
branches:  trunk
changeset: 533540:3b0b6710a6b2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jul 03 19:11:41 2002 +0000

description:
Bump the OS version to 1.6C: socket buffer structure changed.

diffstat:

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

diffs (38 lines):

diff -r d873b17c4835 -r 3b0b6710a6b2 sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Wed Jul 03 19:06:47 2002 +0000
+++ b/sys/conf/osrelease.sh     Wed Jul 03 19:11:41 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.78 2002/07/03 00:49:55 lukem Exp $
+#      $NetBSD: osrelease.sh,v 1.79 2002/07/03 19:11:41 thorpej Exp $
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -42,7 +42,7 @@
 #      sys/sys/param.h:        __NetBSD_Version__
 #      share/tmac/doc-common:  ds oS
 #
-release=1.6B
+release=1.6C
 
 case $1 in
 -s)
diff -r d873b17c4835 -r 3b0b6710a6b2 sys/sys/param.h
--- a/sys/sys/param.h   Wed Jul 03 19:06:47 2002 +0000
+++ b/sys/sys/param.h   Wed Jul 03 19:11:41 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.141 2002/06/16 00:14:13 perseant Exp $     */
+/*     $NetBSD: param.h,v 1.142 2002/07/03 19:11:42 thorpej Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  * Don't forget to change conf/osrelease.sh too.
  */
 
-#define        __NetBSD_Version__      106020000       /* NetBSD 1.6B */
+#define        __NetBSD_Version__      106030000       /* NetBSD 1.6C */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index