From af1cd66a9a11db868cad8a071b179d4f11afc8c6 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 17 Jul 2002 13:10:30 +0000 Subject: Add a patch to ensure that select(2) is prototyped. --- net/tn5250/distinfo | 3 ++- net/tn5250/patches/patch-ac | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 net/tn5250/patches/patch-ac (limited to 'net/tn5250') diff --git a/net/tn5250/distinfo b/net/tn5250/distinfo index d366c7766b9..a07bbafc4db 100644 --- a/net/tn5250/distinfo +++ b/net/tn5250/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/06/20 04:44:59 jlam Exp $ +$NetBSD: distinfo,v 1.4 2002/07/17 13:10:30 agc Exp $ SHA1 (tn5250-0.12.51.tar.gz) = c4394dd699afa3e38989015100f5837f266a80d9 Size (tn5250-0.12.51.tar.gz) = 101747 bytes SHA1 (patch-aa) = eded51dff90cdab29069b281c991e5d53f393c88 SHA1 (patch-ab) = 32a611ae4ac1ad19a4063bebf17959bcfa5f5776 +SHA1 (patch-ac) = a4f31ce249da36b993e4ae203e9f72be61147edb diff --git a/net/tn5250/patches/patch-ac b/net/tn5250/patches/patch-ac new file mode 100644 index 00000000000..fdabfcfbe03 --- /dev/null +++ b/net/tn5250/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2002/07/17 13:10:31 agc Exp $ + +Prototype select(2). + +--- printsession.cc 2002/07/17 13:07:37 1.1 ++++ printsession.cc 2002/07/17 13:07:54 +@@ -4,6 +4,7 @@ + #include "record.h" + #include "stream5250.h" + #include ++#include + #include "printsession.h" + #include "utility.h" + -- cgit v1.2.3