diff options
author | dteske <dteske@FreeBSD.org> | 2016-02-01 00:44:29 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2016-02-01 00:44:29 +0000 |
commit | e9d495346765b24a29f4856dd99db079593ff095 (patch) | |
tree | a4c2fd721748b0f8e165ccaa84c69f6e6878a3f8 /sys | |
parent | 791bdab10f3cfbed0b6a62d89d9168fb66d3eafe (diff) | |
download | FreeBSD-src-e9d495346765b24a29f4856dd99db079593ff095.zip FreeBSD-src-e9d495346765b24a29f4856dd99db079593ff095.tar.gz |
MFC revisions 294860,294862,294892-294893,294922
r294860: Add keep_tite configuration option
r294862: Bump copyrights
r294892: Remove unused function prototype
r294893: Fix a crash if `-D' is used without `-t title'
r294922: Fix fatal warn when compiling under GCC 5.2.0
Approved by: re (marius)
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 1fd1313..f1786f4 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1002508 /* Master, propagated to newvers */ +#define __FreeBSD_version 1002509 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |