From 633dc9fe6773f501406b4c986f8c03e5231bd285 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 11 Jan 2000 01:24:01 +0000 Subject: [PATCH] make it compile, some #includes were wrong/missing (only compiled, no further tests done, since it's a library with no test executables) --- net/libirc/files/patch-sum | 4 +++- net/libirc/patches/patch-ab | 15 +++++++++++++++ net/libirc/patches/patch-ac | 12 ++++++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 net/libirc/patches/patch-ab create mode 100644 net/libirc/patches/patch-ac diff --git a/net/libirc/files/patch-sum b/net/libirc/files/patch-sum index 49e319b85e5b..7e1203bc8b3a 100644 --- a/net/libirc/files/patch-sum +++ b/net/libirc/files/patch-sum @@ -1,3 +1,5 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/01/05 15:24:51 agc Exp $ +$NetBSD: patch-sum,v 1.2 2000/01/11 01:24:01 wiz Exp $ MD5 (patch-aa) = 41957c77b9577b331749275ff684ecb2 +MD5 (patch-ab) = b3445559b02a28bf43882aad4f25f391 +MD5 (patch-ac) = d86e78a341ed18f946bfa7fdcdde8ff8 diff --git a/net/libirc/patches/patch-ab b/net/libirc/patches/patch-ab new file mode 100644 index 000000000000..96b6657b7804 --- /dev/null +++ b/net/libirc/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2000/01/11 01:24:03 wiz Exp $ + +--- ../../old/libirc-0.2/src/irc_core.h Wed Jan 5 12:20:56 2000 ++++ src/irc_core.h Tue Jan 11 02:04:54 2000 +@@ -20,7 +20,9 @@ + #define __IRC_CORE_H__ + + #include +-#include ++#include ++#include ++#include + #include + + /* Macros and constants */ diff --git a/net/libirc/patches/patch-ac b/net/libirc/patches/patch-ac new file mode 100644 index 000000000000..b28cb6ff243a --- /dev/null +++ b/net/libirc/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2000/01/11 01:24:03 wiz Exp $ + +--- ../../old/libirc-0.2/src/tcp.c Sun Jan 2 17:02:43 2000 ++++ src/tcp.c Tue Jan 11 02:05:58 2000 +@@ -16,6 +16,7 @@ + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ ++#include + #include + #include + #include