diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-30 12:30:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-30 12:30:19 +0000 |
commit | b07f805b3eb4b416bbd71d5515f70a12e10412ae (patch) | |
tree | 2274ecb64aea2367b83591623604ba9866cbcccd | |
parent | e5ba478225fc99553cbffe27903a834c6ff1cd67 (diff) |
we are on the 2.0 path now
-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 0365d66f115..1ef320e86e3 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.9 1996/07/18 04:57:19 dm Exp $ */ +/* $OpenBSD: param.h,v 1.10 1996/09/30 12:30:18 deraadt 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 199606 /* NetBSD version (year & month). */ -#define NetBSD1_2 1 /* NetBSD 1.2 */ +#define OpenBSD 199610 /* OpenBSD version (year & month). */ +#define OpenBSD2_0 1 /* OpenBSD 2.0 */ #ifndef NULL #define NULL 0 |