SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/luaevent/patches/patch-src_buffer_event_c
Normal file
12
devel/luaevent/patches/patch-src_buffer_event_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Don't use malloc.h header on OpenBSD.
|
||||
|
||||
--- src/buffer_event.c.orig Mon Nov 3 23:32:12 2014
|
||||
+++ src/buffer_event.c Mon Nov 3 23:32:26 2014
|
||||
@@ -3,7 +3,6 @@
|
||||
#include "buffer_event.h"
|
||||
#include "utility.h"
|
||||
#include <lauxlib.h>
|
||||
-#include <malloc.h>
|
||||
#include "event_buffer.h"
|
||||
|
||||
#define BUFFER_EVENT_MT "BUFFER_EVENT_MT"
|
Loading…
Add table
Add a link
Reference in a new issue