From 4a43a35b993d13090df53f3655fd617c8bf5afb7 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 16 Mar 1996 05:35:45 +0000 Subject: [PATCH] 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. --- sys/sys/param.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 1501b05a3925..af7ea40a1fd4 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -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 -#endif +#eandif /* * Machine-independent constants (some used in following include files).