diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-07-26 20:40:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-07-26 20:40:12 +0000 |
commit | 6d6bb3cf1119ef381770158f490377f6cdb65672 (patch) | |
tree | b58cf24ee3bc005fdc25bada679fa994ffdce87f /sys | |
parent | fd15098c509fbfc3714ad60c73759c36edae6850 (diff) |
drop value of OpenBSD date to what it was before since the mknod/symlink changed have been backed out
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 7105f08c617..a13dc877ee4 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.38 2001/07/26 09:16:55 assar Exp $ */ +/* $OpenBSD: param.h,v 1.39 2001/07/26 20:40:11 millert Exp $ */ /* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */ /*- @@ -45,7 +45,7 @@ #define BSD4_3 1 #define BSD4_4 1 -#define OpenBSD 200107 /* OpenBSD version (year & month). */ +#define OpenBSD 200105 /* OpenBSD version (year & month). */ #define OpenBSD2_9 1 /* OpenBSD 2.9 */ #ifndef NULL |