diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-18 00:11:36 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-18 00:11:36 +0000 |
commit | 277a2a77960fff73e2d6d678e7ac7db79c0ac258 (patch) | |
tree | 5a9bc80ba289f268e2e2d5d477c173245a839f30 | |
parent | c45f5a80bf59874c427a6a88bf2ba093bf50803c (diff) | |
download | FreeBSD-ports-277a2a77960fff73e2d6d678e7ac7db79c0ac258.zip FreeBSD-ports-277a2a77960fff73e2d6d678e7ac7db79c0ac258.tar.gz |
add patches
-rw-r--r-- | net/tn5250/files/patch-aa | 10 | ||||
-rw-r--r-- | net/tn5250/files/patch-ab | 10 |
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 0000000..53699f0 --- /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 0000000..cc41255 --- /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> |