diff options
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 - } - |