mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
13 lines
248 B
C
13 lines
248 B
C
--- src/system/sysutils.h.orig 2012-10-28 10:30:09 UTC
|
|
+++ src/system/sysutils.h
|
|
@@ -41,7 +41,8 @@
|
|
#include <malloc.h>
|
|
#else
|
|
#ifndef __MSVC__
|
|
-#include <alloca.h>
|
|
+/* linux stdlib also includes alloca.h */
|
|
+#include <stdlib.h>
|
|
#endif
|
|
#endif
|
|
|