Bump two values:

NetBSD -> 199603
	NetBSD1_1 -> 2 (corresponds to 1.1A)
The latter should have been done a while ago.  Expect this to change again
within the next couple of days.
This commit is contained in:
thorpej 1996-03-16 05:35:45 +00:00
parent f3bac4c1fb
commit 4a43a35b99
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.20 1996/02/01 22:33:51 mycroft Exp $ */
/* $NetBSD: param.h,v 1.21 1996/03/16 05:35:45 thorpej Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -44,8 +44,8 @@
#define BSD4_3 1
#define BSD4_4 1
#define NetBSD 199511 /* NetBSD version (year & month). */
#define NetBSD1_1 1 /* NetBSD 1.1 */
#define NetBSD 199603 /* NetBSD version (year & month). */
#define NetBSD1_1 2 /* NetBSD 1.1A */
#ifndef NULL
#define NULL 0
@ -53,7 +53,7 @@
#ifndef _LOCORE
#include <sys/types.h>
#endif
#eandif
/*
* Machine-independent constants (some used in following include files).