diff options
Diffstat (limited to 'net/wmnetmon/files/patch-pinger.c')
-rw-r--r-- | net/wmnetmon/files/patch-pinger.c | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/net/wmnetmon/files/patch-pinger.c b/net/wmnetmon/files/patch-pinger.c index 033b91a6639d..58bb2cd48859 100644 --- a/net/wmnetmon/files/patch-pinger.c +++ b/net/wmnetmon/files/patch-pinger.c @@ -1,14 +1,12 @@ -*** pinger.c.orig Sun Apr 1 15:21:08 2001 ---- pinger.c Sun Apr 1 15:21:22 2001 -*************** -*** 14,20 **** ---- 14,22 ---- - #include <netdb.h> - #include <errno.h> - #include <stdlib.h> -+ #ifndef __FreeBSD__ - #include <malloc.h> -+ #endif - #include <unistd.h> - #include "list.h" - #include "config.h" +--- 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" |