From 317043010879767bc6a3bef6cbec0c5f300d1ce0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 19 Oct 2020 13:54:31 +0300 Subject: sys: update to 6.8 --- sys/sys/param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/sys/param.h') 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 -- cgit v1.2.3