summaryrefslogtreecommitdiff
path: root/net/wmnetmon/files/patch-list.c
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-11-13 00:04:37 +0000
committerJohn Marino <marino@FreeBSD.org>2015-11-13 00:04:37 +0000
commit8f3687f167eaeed875f36999b19af5a804f9f26c (patch)
tree747cc7efa952300d7cc5816301e8d72e5486db84 /net/wmnetmon/files/patch-list.c
parentdevel/fb-adb: unbreak build on DragonFly (diff)
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.
Notes
Notes: svn path=/head/; revision=401469
Diffstat (limited to 'net/wmnetmon/files/patch-list.c')
-rw-r--r--net/wmnetmon/files/patch-list.c24
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>
+
+