ports/devel/cbmc/patches/patch-src_big-int_allocainc_h

12 lines
372 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- src/big-int/allocainc.h.orig Sun Oct 16 18:58:41 2016
+++ src/big-int/allocainc.h Sun Oct 16 18:58:58 2016
@@ -41,7 +41,7 @@ extern "C" void *alloca (unsigned);
# define alloca(X) __builtin_alloca(X)
-#elif defined __FreeBSD__ || defined __FreeBSD_kernel__
+#elif defined __FreeBSD__ || defined __FreeBSD_kernel__ || defined __OpenBSD__
# include <stdlib.h>