blob: fc09e4e2cf35f392dc5f23f4a387c55578b2b423 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ag,v 1.3 2006/01/03 18:25:13 joerg Exp $
--- inet_pton.h.orig 2000-05-16 17:02:55.000000000 +0000
+++ inet_pton.h
@@ -1,4 +1,4 @@
-#ifndef HAVE_INET_PTON
+#ifdef NEED_INET_PTON
#if defined(__cplusplus)
extern "C" {
#endif
@@ -8,4 +8,4 @@ int inet_pton(int af, const char *src, v
#if defined(__cplusplus)
}
#endif
-#endif /* HAVE_INET_PTON */
\ No newline at end of file
+#endif /* NEED_INET_PTON */
|