diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-09-19 16:55:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-09-19 16:55:02 +0000 |
commit | cbaf5b0815ee93d9c6c8a3e006310a68058c7e1e (patch) | |
tree | 71605cfc2ce1832e871f5d76dfb32f06235d657c | |
parent | 9c442b7775f92366a3bbc3f61587050b0f897f70 (diff) |
adjust date
-rw-r--r-- | sys/sys/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index f6ea37080a2..f9e6a3823e8 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.134 2021/09/13 04:02:15 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.135 2021/09/19 16:55:01 deraadt Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -41,7 +41,7 @@ #define BSD4_3 1 #define BSD4_4 1 -#define OpenBSD 202111 /* OpenBSD version (year & month). */ +#define OpenBSD 202110 /* OpenBSD version (year & month). */ #define OpenBSD7_0 1 /* OpenBSD 7.0 */ #include <sys/_null.h> |