SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/luaevent/patches/patch-src_event_buffer_c
Normal file
13
devel/luaevent/patches/patch-src_event_buffer_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
Replace the malloc.h header with stdlib.h.
|
||||
|
||||
--- src/event_buffer.c.orig Thu Feb 25 09:52:25 2010
|
||||
+++ src/event_buffer.c Mon Nov 3 23:34:14 2014
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "event_buffer.h"
|
||||
#include <lauxlib.h>
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
|
||||
#define EVENT_BUFFER_MT "EVENT_BUFFER_MT"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue