Bump NetBSD version to 1.2B (kernel interface changed)
This commit is contained in:
parent
0cda663b65
commit
e50a1d048c
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh -
|
#!/bin/sh -
|
||||||
#
|
#
|
||||||
# $NetBSD: newvers.sh,v 1.22 1996/05/25 21:59:38 jtc Exp $
|
# $NetBSD: newvers.sh,v 1.23 1996/10/25 20:14:05 thorpej Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1984, 1986, 1990, 1993
|
# Copyright (c) 1984, 1986, 1990, 1993
|
||||||
# The Regents of the University of California. All rights reserved.
|
# The Regents of the University of California. All rights reserved.
|
||||||
@ -45,7 +45,7 @@ v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date`
|
|||||||
id=`basename ${d}`
|
id=`basename ${d}`
|
||||||
|
|
||||||
ost="NetBSD"
|
ost="NetBSD"
|
||||||
osr="1.2A"
|
osr="1.2B"
|
||||||
|
|
||||||
echo "char ostype[] = \"${ost}\";" > vers.c
|
echo "char ostype[] = \"${ost}\";" > vers.c
|
||||||
echo "char osrelease[] = \"${osr}\";" >> vers.c
|
echo "char osrelease[] = \"${osr}\";" >> vers.c
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: param.h,v 1.26 1996/10/17 02:10:49 mrg Exp $ */
|
/* $NetBSD: param.h,v 1.27 1996/10/25 20:13:16 thorpej Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1982, 1986, 1989, 1993
|
* Copyright (c) 1982, 1986, 1989, 1993
|
||||||
@ -44,8 +44,8 @@
|
|||||||
#define BSD4_3 1
|
#define BSD4_3 1
|
||||||
#define BSD4_4 1
|
#define BSD4_4 1
|
||||||
|
|
||||||
#define NetBSD 199610 /* NetBSD version (year & month). */
|
#define NetBSD 199611 /* NetBSD version (year & month). */
|
||||||
#define NetBSD1_2 2 /* NetBSD 1.2A */
|
#define NetBSD1_2 3 /* NetBSD 1.2B */
|
||||||
|
|
||||||
#ifndef NULL
|
#ifndef NULL
|
||||||
#define NULL 0
|
#define NULL 0
|
||||||
|
Loading…
Reference in New Issue
Block a user