blob: 577767eba02a257fd28d6911cdc2bc8af25df082 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ag,v 1.2 2002/09/27 03:01:31 dmcmahill Exp $
--- inet_pton.h.orig Tue May 16 13:02:55 2000
+++ 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 */
+#endif /* NEED_INET_PTON */
|