summaryrefslogtreecommitdiff
path: root/mbone/common-mml/patches/patch-ag
blob: 71b803a5192966a63a36bc25e8b9cafabcde7be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ag,v 1.4 2006/04/11 18:39:41 minskim Exp $

--- src/inet_pton.h.orig	2000-10-20 10:21:50.000000000 -0700
+++ src/inet_pton.h
@@ -1,4 +1,4 @@
-#ifndef HAVE_INET_PTON
+#ifdef NEED_INET_PTON
 #if defined(__cplusplus)
 extern "C" {
 #endif
@@ -8,5 +8,5 @@ int inet_pton(int af, const char *src, v
 #if defined(__cplusplus)
 }
 #endif
-#endif /* HAVE_INET_PTON */
+#endif /* NEED_INET_PTON */