summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-01-14 00:04:16 +0000
committerderaadt <deraadt@openbsd.org>2011-01-14 00:04:16 +0000
commit8eb4e50993f75fff18e3172c95e149070faa209f (patch)
treee97ece2129efe29adae1d4194573965c78dea38a
parentIn frag6_input() there was an mbuf length calculation error. If (diff)
downloadwireguard-openbsd-8eb4e50993f75fff18e3172c95e149070faa209f.tar.xz
wireguard-openbsd-8eb4e50993f75fff18e3172c95e149070faa209f.zip
move to 4.9-current
-rw-r--r--sys/sys/param.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index cb91d96b7a1..3319db07517 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.88 2010/07/24 15:31:19 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.89 2011/01/14 00:04:16 deraadt Exp $ */
/* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */
/*-
@@ -41,8 +41,8 @@
#define BSD4_3 1
#define BSD4_4 1
-#define OpenBSD 201011 /* OpenBSD version (year & month). */
-#define OpenBSD4_8 1 /* OpenBSD 4.8 */
+#define OpenBSD 201105 /* OpenBSD version (year & month). */
+#define OpenBSD4_9 1 /* OpenBSD 4.9 */
#ifndef NULL
#ifdef __GNUG__