diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-22 06:56:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-22 06:56:00 +0000 |
commit | 5e6d57c09f135bae737619d6537a5cfc5e50d2c6 (patch) | |
tree | d8af0f647f4f6aef481cc21a56e9f727073b2718 | |
parent | e29cab46f6b5bc221a189da2a3cf7af60da4029c (diff) |
OpenBSD2_1
-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 cd1490f63e8..e2064d7a28e 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.12 1997/03/27 05:35:25 millert Exp $ */ +/* $OpenBSD: param.h,v 1.13 1997/05/22 06:55:59 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 199610 /* OpenBSD version (year & month). */ -#define OpenBSD2_0 1 /* OpenBSD 2.0 */ +#define OpenBSD 199706 /* OpenBSD version (year & month). */ +#define OpenBSD2_1 1 /* OpenBSD 2.1 */ #ifndef NULL #define NULL 0 |