17 lines
405 B
Text
17 lines
405 B
Text
$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 */
|
|
|