diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2018-11-17 11:13:31 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2018-11-17 11:13:31 +0000 |
commit | e3436c0b008554b8f7d5a525ac656b114d4913be (patch) | |
tree | 53bce549966742153d597fb9cc29b6b460bb3a50 /dns/samba-nsupdate/files/patch-lib_isc_random.c | |
parent | Move devel/rubygem-sidekiq-bulk-rails5 to devel/rubygem-sidekiq-bulk (diff) |
Update port to the latest version of bind
Notes
Notes:
svn path=/head/; revision=485128
Diffstat (limited to 'dns/samba-nsupdate/files/patch-lib_isc_random.c')
-rw-r--r-- | dns/samba-nsupdate/files/patch-lib_isc_random.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dns/samba-nsupdate/files/patch-lib_isc_random.c b/dns/samba-nsupdate/files/patch-lib_isc_random.c deleted file mode 100644 index 98c0ef49549a..000000000000 --- a/dns/samba-nsupdate/files/patch-lib_isc_random.c +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/isc/random.c.orig 2013-09-05 05:19:53 UTC -+++ lib/isc/random.c -@@ -68,7 +68,9 @@ isc_random_seed(isc_uint32_t seed) - #ifndef HAVE_ARC4RANDOM - srand(seed); - #else -+#ifdef arc4random_addrandom - arc4random_addrandom((u_char *) &seed, sizeof(isc_uint32_t)); -+#endif - #endif - } - |