summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-03-11 22:07:32 +0000
committerderaadt <deraadt@openbsd.org>2005-03-11 22:07:32 +0000
commitda5700f3e6108f4096cda53faba8320b96647e25 (patch)
tree30b3334fb4336afd1a593b023c6323b3a2cc384b
parentmake use of the new ral_get_rts(), ral_txtime() and ral_setup_tx_desc() (diff)
downloadwireguard-openbsd-da5700f3e6108f4096cda53faba8320b96647e25.tar.xz
wireguard-openbsd-da5700f3e6108f4096cda53faba8320b96647e25.zip
oops, off by 18
-rw-r--r--sys/sys/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 8c13e430ef6..096df91a807 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.60 2005/03/07 00:05:59 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.61 2005/03/11 22:07:32 deraadt Exp $ */
/* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */
/*-
@@ -41,7 +41,7 @@
#define BSD4_3 1
#define BSD4_4 1
-#define OpenBSD 200501 /* OpenBSD version (year & month). */
+#define OpenBSD 200519 /* OpenBSD version (year & month). */
#define OpenBSD3_7 1 /* OpenBSD 3.7 */
#ifndef NULL