diff options
| author | Xin LI <delphij@FreeBSD.org> | 2018-08-26 18:04:54 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2018-08-26 18:04:54 +0000 |
| commit | a29173be5349307a59cbf9292f765bf179db39f9 (patch) | |
| tree | 97fc236d4ec79b79d13a4e2da8b3f6d23141ed90 | |
| parent | 01a9c32322c8fa0c8133aa6abf1ac60f89e08223 (diff) | |
Notes
| -rw-r--r-- | include/stdlib.h | 6 | ||||
| -rw-r--r-- | sys/sys/param.h | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 51f003171451e..b2264784ed80b 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -254,12 +254,6 @@ void arc4random_buf(void *, size_t); __uint32_t arc4random_uniform(__uint32_t); -#if !defined(BURN_BRIDGES) -/* Deprecated arc4random() functions */ -#define arc4random_stir() -#define arc4random_addrandom(a,b) -#endif - #ifdef __BLOCKS__ int atexit_b(void (^ _Nonnull)(void)); void *bsearch_b(const void *, const void *, size_t, diff --git a/sys/sys/param.h b/sys/sys/param.h index 53fa207bf9acd..91b296c56304a 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1200082 /* Master, propagated to newvers */ +#define __FreeBSD_version 1200083 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |
