Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys bump to 1.6E - struct proc size change on LP64 platforms
details: https://anonhg.NetBSD.org/src/rev/3e2cdb33a5ae
branches: trunk
changeset: 534426:3e2cdb33a5ae
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Thu Jul 25 21:13:40 2002 +0000
description:
bump to 1.6E - struct proc size change on LP64 platforms
diffstat:
sys/conf/osrelease.sh | 4 ++--
sys/sys/param.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 4a2d0e683c49 -r 3e2cdb33a5ae sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh Thu Jul 25 20:04:02 2002 +0000
+++ b/sys/conf/osrelease.sh Thu Jul 25 21:13:40 2002 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: osrelease.sh,v 1.80 2002/07/06 01:31:32 perseant Exp $
+# $NetBSD: osrelease.sh,v 1.81 2002/07/25 21:13:41 jdolecek 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.6D
+release=1.6E
case $1 in
-s)
diff -r 4a2d0e683c49 -r 3e2cdb33a5ae sys/sys/param.h
--- a/sys/sys/param.h Thu Jul 25 20:04:02 2002 +0000
+++ b/sys/sys/param.h Thu Jul 25 21:13:40 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.143 2002/07/06 01:31:33 perseant Exp $ */
+/* $NetBSD: param.h,v 1.144 2002/07/25 21:13:40 jdolecek Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* Don't forget to change conf/osrelease.sh too.
*/
-#define __NetBSD_Version__ 106040000 /* NetBSD 1.6D */
+#define __NetBSD_Version__ 106050000 /* NetBSD 1.6E */
/*
* Historical NetBSD #define
Home |
Main Index |
Thread Index |
Old Index