summaryrefslogtreecommitdiff
path: root/chat/libtlen/patches/patch-ab
blob: cf69f71d4820a10768f966152f79f6c0ba57104b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"