summaryrefslogtreecommitdiff
path: root/net/tn5250/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/tn5250/patches/patch-ab')
-rw-r--r--net/tn5250/patches/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/tn5250/patches/patch-ab b/net/tn5250/patches/patch-ab
new file mode 100644
index 00000000000..59a41667559
--- /dev/null
+++ b/net/tn5250/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/08/04 17:00:27 rh Exp $
+
+--- tn5250.cc.orig Mon Apr 5 18:25:45 1999
++++ tn5250.cc Wed Aug 4 15:20:55 1999
+@@ -18,7 +18,12 @@
+
+ #include "config.h"
+ #include <stdlib.h>
++#include <sys/param.h>
++#if (defined(BSD) && BSD >= 199306)
++#include <unistd.h>
++#else
+ #include <getopt.h>
++#endif
+ #include <errno.h>
+
+ #include "buffer.h"