ladybird/Ports/cfunge/patches/arc4random_buf.patch
Tobias Christiansen acdb0860b1 Ports: Add cfunge
This adds the `cfunge` Befunge interpreter. An interpreter for the
esoteric programming language Befunge written in C.
2022-03-25 22:49:06 +01:00

11 lines
206 B
Diff

--- ../src/prng.c
+++ ../src/prng.c
@@ -29,6 +29,7 @@
# undef HAVE_arc4random_buf
#endif
+#undef HAVE_arc4random_buf
#ifdef HAVE_arc4random_buf
# define HAVE_ARC4RANDOM
# ifndef ARC4RANDOM_IN_BSD