aboutsummaryrefslogtreecommitdiff
path: root/net/wmnetmon/files/patch-list.c
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-07 06:16:10 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-07 06:16:10 +0000
commit45d7e712eb09bcfb90a25df7b3e16346bb7e99c3 (patch)
tree76a7920cf6cf75a3052927458d2c3e8d60f6c63f /net/wmnetmon/files/patch-list.c
parentbcf9893d0762bbef64618e4dfe53d585153da45e (diff)
Notes
Diffstat (limited to 'net/wmnetmon/files/patch-list.c')
-rw-r--r--net/wmnetmon/files/patch-list.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/wmnetmon/files/patch-list.c b/net/wmnetmon/files/patch-list.c
new file mode 100644
index 000000000000..7a7d2545e835
--- /dev/null
+++ b/net/wmnetmon/files/patch-list.c
@@ -0,0 +1,13 @@
+*** 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>
+
+