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-leds.c | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'net/wmnetmon/files/patch-leds.c') diff --git a/net/wmnetmon/files/patch-leds.c b/net/wmnetmon/files/patch-leds.c index b90e3a9f1718..e9c3405cc117 100644 --- a/net/wmnetmon/files/patch-leds.c +++ b/net/wmnetmon/files/patch-leds.c @@ -1,12 +1,10 @@ -*** leds.c.orig Sun Apr 1 15:18:44 2001 ---- leds.c Sun Apr 1 15:19:01 2001 -*************** -*** 1,5 **** ---- 1,7 ---- - #include -+ #ifndef __FreeBSD__ - #include -+ #endif - #include - #include - #include "list.h" +--- leds.c.orig 1999-07-26 16:23:23 UTC ++++ leds.c +@@ -1,5 +1,7 @@ + #include ++#if ! (defined __FreeBSD__ || defined __DragonFly__) + #include ++#endif + #include + #include + #include "list.h" -- cgit v1.2.3