diff options
author | rh <rh> | 1999-08-04 17:00:26 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-04 17:00:26 +0000 |
commit | 7f26747ad860739dd3e37913bdceb3b194c1d546 (patch) | |
tree | 9f705c9b26191d3cde010111afc02d4b48392042 /net/tn5250/patches/patch-ab | |
parent | 50a46f7fce00039f4ec394222b76e7105d43877f (diff) | |
download | pkgsrc-7f26747ad860739dd3e37913bdceb3b194c1d546.tar.gz |
Import of tn5250-0.12.51, an implementation of the IBM 5250 telnet protocol
Diffstat (limited to 'net/tn5250/patches/patch-ab')
-rw-r--r-- | net/tn5250/patches/patch-ab | 17 |
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" |