summaryrefslogtreecommitdiff
path: root/net/wmnetmon/files/patch-pinger.c
blob: 58bb2cd48859a7f5bba7ee39acfbd14f4eaefa9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- pinger.c.orig	2000-06-17 11:01:23 UTC
+++ pinger.c
@@ -14,7 +14,9 @@
 #include <netdb.h>
 #include <errno.h>
 #include <stdlib.h>
+#if ! (defined __FreeBSD__ || defined __DragonFly__)
 #include <malloc.h>
+#endif
 #include <unistd.h>
 #include "list.h"
 #include "config.h"