diff options
author | 2010-02-17 21:46:43 +0000 | |
---|---|---|
committer | 2010-02-17 21:46:43 +0000 | |
commit | 73d3daa3a9beb2ac57b580e3da99e75b325b88d0 (patch) | |
tree | a6ba26ecc1cf8ae0df3315e017bf6361a273d88d | |
parent | Make next-word stop at beginning of word even if it is at the start of the (diff) | |
download | wireguard-openbsd-73d3daa3a9beb2ac57b580e3da99e75b325b88d0.tar.xz wireguard-openbsd-73d3daa3a9beb2ac57b580e3da99e75b325b88d0.zip |
Forgot to bump version number in comments; from Seth Wright via jmc@, thanks.
-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 6348fc9bded..0e8c6f8d132 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.85 2010/01/26 23:04:28 miod Exp $ */ +/* $OpenBSD: param.h,v 1.86 2010/02/17 21:46:43 miod Exp $ */ /* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */ /*- @@ -42,7 +42,7 @@ #define BSD4_4 1 #define OpenBSD 201005 /* OpenBSD version (year & month). */ -#define OpenBSD4_7 1 /* OpenBSD 4.6 */ +#define OpenBSD4_7 1 /* OpenBSD 4.7 */ #ifndef NULL #ifdef __GNUG__ |