diff options
Diffstat (limited to 'net/wmnetmon/files/patch-list.c')
-rw-r--r-- | net/wmnetmon/files/patch-list.c | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/net/wmnetmon/files/patch-list.c b/net/wmnetmon/files/patch-list.c index 7a7d2545e835..d717372996e2 100644 --- a/net/wmnetmon/files/patch-list.c +++ b/net/wmnetmon/files/patch-list.c @@ -1,13 +1,11 @@ -*** list.c.orig Sun Apr 1 15:19:28 2001 ---- list.c Sun Apr 1 15:19:39 2001 -*************** -*** 1,6 **** ---- 1,8 ---- - #include "list.h" - #include <stdlib.h> -+ #ifndef __FreeBSD__ - #include <malloc.h> -+ #endif - #include <string.h> - - +--- 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> + + |