diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-11 17:57:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-11 17:57:35 +0000 |
commit | b4d28fc47cc2f346e2f660be351cb60a89bd26ee (patch) | |
tree | 7357998430a87ccd3a9b19acd5611e6d741a12b0 /sys | |
parent | b632b6ec221a9abf67a59dc2b8cae32b8b2d0d48 (diff) |
define OpenBSD2_4 and date properly
Diffstat (limited to 'sys')
-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 61b63736d41..9cbd5703b15 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.20 1998/07/15 23:12:55 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.21 1998/11/11 17:57:34 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 OpenBSD 199806 /* OpenBSD version (year & month). */ -#define OpenBSD2_3 1 /* OpenBSD 2.3 */ +#define OpenBSD 199812 /* OpenBSD version (year & month). */ +#define OpenBSD2_4 1 /* OpenBSD 2.4 */ #ifndef NULL #define NULL 0 |