opnsense-ports/net/wmnetmon/files/patch-list.c
Franco Fichtner a4c7c24c83 */*: sync with upstream
Taken from: FreeBSD
2015-11-13 08:48:20 +01:00

11 lines
215 B
C

--- list.c.orig 1999-07-22 12:43:11 UTC
+++ list.c
@@ -1,6 +1,8 @@
#include "list.h"
#include <stdlib.h>
+#if ! (defined __FreeBSD__ || defined __DragonFly__)
#include <malloc.h>
+#endif
#include <string.h>