diff options
-rw-r--r-- | sys/sys/param.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index c7196ac2684..0365d66f115 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.8 1996/04/21 22:31:51 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.9 1996/07/18 04:57:19 dm Exp $ */ /* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */ /*- @@ -45,8 +45,8 @@ #define BSD4_3 1 #define BSD4_4 1 -#define NetBSD 199603 /* NetBSD version (year & month). */ -#define NetBSD1_1 3 /* NetBSD 1.1B */ +#define NetBSD 199606 /* NetBSD version (year & month). */ +#define NetBSD1_2 1 /* NetBSD 1.2 */ #ifndef NULL #define NULL 0 |