From ed8a6e23a52ae416cb165877ede6a40998ac034f Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 6 Oct 2015 21:17:01 +0000 Subject: [PATCH] oops, mistaken commit, spotted by naddy --- sys/sys/param.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 8d7a7c32c2d..7693fd85151 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.119 2015/10/06 15:21:26 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.120 2015/10/06 21:17:01 deraadt Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -38,6 +38,8 @@ #define _SYS_PARAM_H_ #define BSD 199306 /* System version (year & month). */ +#define BSD4_3 1 +#define BSD4_4 1 #define OpenBSD 201510 /* OpenBSD version (year & month). */ #define OpenBSD5_8 1 /* OpenBSD 5.8 */ -- 2.20.1