aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-19 13:54:31 +0300
committerCem Keylan <cem@ckyln.com>2020-10-19 13:54:31 +0300
commit317043010879767bc6a3bef6cbec0c5f300d1ce0 (patch)
tree4bb7c8cd59acb28c4c21eea06cb653f7b82d5aeb /sys/sys/param.h
parent54d853eaccae1f4f2e04ae70d79e34cfef86bf67 (diff)
downloadotools-317043010879767bc6a3bef6cbec0c5f300d1ce0.tar.gz
sys: update to 6.8
Diffstat (limited to 'sys/sys/param.h')
-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 76c5e2f..579c4c9 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.130 2020/04/05 06:34:20 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.131 2020/08/31 16:08:28 deraadt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -41,8 +41,8 @@
#define BSD4_3 1
#define BSD4_4 1
-#define OpenBSD 202005 /* OpenBSD version (year & month). */
-#define OpenBSD6_7 1 /* OpenBSD 6.7 */
+#define OpenBSD 202010 /* OpenBSD version (year & month). */
+#define OpenBSD6_8 1 /* OpenBSD 6.8 */
#include <sys/_null.h>