From 875566a2ba6c42bddeecc82c196e62d072cc4e06 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 31 Oct 2005 18:38:53 +0000 Subject: Provide a default value of the nonportable INET_ADDRSTRLEN (not defined on Interix). --- chat/libtlen/patches/patch-ab | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 chat/libtlen/patches/patch-ab (limited to 'chat/libtlen/patches') diff --git a/chat/libtlen/patches/patch-ab b/chat/libtlen/patches/patch-ab new file mode 100644 index 00000000000..cf69f71d482 --- /dev/null +++ b/chat/libtlen/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2005/10/31 18:38:53 tv Exp $ + +--- lib/libtlen.h.orig 2003-10-18 04:56:08.000000000 -0400 ++++ lib/libtlen.h +@@ -35,6 +35,10 @@ + #include "xmlparse.h" + #include "str.h" + ++#ifndef INET_ADDRSTRLEN ++#define INET_ADDRSTRLEN 16 ++#endif ++ + // Coby sie g++ kompilowalo + #ifdef __cplusplus + extern "C" -- cgit v1.2.3