1.5J: hashinit() change, addition of p_emuldata to `struct proc'.
This commit is contained in:
parent
25c36dbbbf
commit
9793e67554
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: osrelease.sh,v 1.55 2000/11/02 01:15:12 eeh Exp $
|
||||
# $NetBSD: osrelease.sh,v 1.56 2000/11/08 14:53:23 ad Exp $
|
||||
#
|
||||
# Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
# Release number to use
|
||||
# Also check __NetBSD_Version__ in sys/sys/param.h if you change this!
|
||||
release=1.5I
|
||||
release=1.5J
|
||||
|
||||
case $1 in
|
||||
-s)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: param.h,v 1.109 2000/11/02 01:15:13 eeh Exp $ */
|
||||
/* $NetBSD: param.h,v 1.110 2000/11/08 14:53:23 ad Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
|
@ -65,7 +65,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 105090000 /* NetBSD 1.5I */
|
||||
#define __NetBSD_Version__ 105100000 /* NetBSD 1.5J */
|
||||
|
||||
/*
|
||||
* Historical NetBSD #define
|
||||
|
|
Loading…
Reference in New Issue