diff options
author | imp <imp@FreeBSD.org> | 2004-12-12 22:42:17 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-12-12 22:42:17 +0000 |
commit | 0683fc4a30b0ddc5f898a7d8a2ce50367dc5f61a (patch) | |
tree | 66e13d44f5e48e414b86a199c08ece9487664301 /sys | |
parent | a9476981be7bfdb101b71b1bdc66d3918dcd0626 (diff) | |
download | FreeBSD-src-0683fc4a30b0ddc5f898a7d8a2ce50367dc5f61a.zip FreeBSD-src-0683fc4a30b0ddc5f898a7d8a2ce50367dc5f61a.tar.gz |
Bump revision of FreeBSD for 802.11 framework update.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 452d34d..50cbfaa 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -57,7 +57,7 @@ * is created, otherwise 1. */ #undef __FreeBSD_version -#define __FreeBSD_version 600006 /* Master, propagated to newvers */ +#define __FreeBSD_version 600007 /* Master, propagated to newvers */ #ifndef LOCORE #include <sys/types.h> |