aboutsummaryrefslogtreecommitdiff
path: root/net/tn5250/files
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-18 00:11:36 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-18 00:11:36 +0000
commit7ef3f92c6030d7670c1ea7e8f3b956fb67f21077 (patch)
tree0c1d6ebbff600bee8747078c6349ff56d17634a2 /net/tn5250/files
parent6467e3c9d89bf21e0f730006051aca61e52d06ee (diff)
downloadports-7ef3f92c6030d7670c1ea7e8f3b956fb67f21077.tar.gz
ports-7ef3f92c6030d7670c1ea7e8f3b956fb67f21077.zip
add patches
Notes
Notes: svn path=/head/; revision=27714
Diffstat (limited to 'net/tn5250/files')
-rw-r--r--net/tn5250/files/patch-aa10
-rw-r--r--net/tn5250/files/patch-ab10
2 files changed, 20 insertions, 0 deletions
diff --git a/net/tn5250/files/patch-aa b/net/tn5250/files/patch-aa
new file mode 100644
index 000000000000..53699f0f6ed0
--- /dev/null
+++ b/net/tn5250/files/patch-aa
@@ -0,0 +1,10 @@
+--- src/debug.c.orig Fri Feb 18 06:59:19 2000
++++ src/debug.c Mon Apr 10 03:00:00 2000
+@@ -31,7 +31,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <ctype.h>
+-#include <malloc.h>
+
+ #include "utility.h"
+ #include "buffer.h"
diff --git a/net/tn5250/files/patch-ab b/net/tn5250/files/patch-ab
new file mode 100644
index 000000000000..cc41255556e6
--- /dev/null
+++ b/net/tn5250/files/patch-ab
@@ -0,0 +1,10 @@
+--- src/tn5250-private.h.orig Sun Feb 13 11:32:48 2000
++++ src/tn5250-private.h Mon Apr 10 03:00:00 2000
+@@ -29,7 +29,6 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
+ #include <ctype.h>
+ #include <errno.h>
+ #include <signal.h>