You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
209e74d24c
See: https://trac.macports.org/ticket/63858 See: https://bugzilla.sudo.ws/show_bug.cgi?id=1008
11 lines
272 B
Diff
11 lines
272 B
Diff
--- lib/util/arc4random_buf.c.orig 2021-09-20 23:47:55.000000000 +0200
|
|
+++ lib/util/arc4random_buf.c 2021-11-08 12:21:43.000000000 +0100
|
|
@@ -22,6 +22,7 @@
|
|
*/
|
|
|
|
#include <config.h>
|
|
+#define minimum(a, b) ((a) < (b) ? (a) : (b))
|
|
|
|
#ifndef HAVE_ARC4RANDOM_BUF
|
|
|