From 8f3687f167eaeed875f36999b19af5a804f9f26c Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 13 Nov 2015 00:04:37 +0000 Subject: net/wmnetmon: Expand patches fix malloc.h-less DF While here, regenerate all the patches to put them in unified format. Wow, that old diff format is unreadable. --- net/wmnetmon/files/patch-list.c | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'net/wmnetmon/files/patch-list.c') 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 -+ #ifndef __FreeBSD__ - #include -+ #endif - #include - - +--- list.c.orig 1999-07-22 12:43:11 UTC ++++ list.c +@@ -1,6 +1,8 @@ + #include "list.h" + #include ++#if ! (defined __FreeBSD__ || defined __DragonFly__) + #include ++#endif + #include + + -- cgit v1.2.3