summaryrefslogtreecommitdiff
path: root/mbone/common-mml/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/common-mml/patches/patch-ae')
-rw-r--r--mbone/common-mml/patches/patch-ae16
1 files changed, 16 insertions, 0 deletions
diff --git a/mbone/common-mml/patches/patch-ae b/mbone/common-mml/patches/patch-ae
new file mode 100644
index 00000000000..732ea2723eb
--- /dev/null
+++ b/mbone/common-mml/patches/patch-ae
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.1 2002/09/27 01:50:05 dmcmahill Exp $
+
+--- inet_ntop.h.orig Tue May 16 13:02:54 2000
++++ inet_ntop.h
+@@ -1,4 +1,4 @@
+-#ifndef HAVE_INET_NTOP
++#ifdef NEED_INET_NTOP
+ #if defined(__cplusplus)
+ extern "C" {
+ #endif
+@@ -8,4 +8,4 @@ const char *inet_ntop(int af, const void
+ #if defined(__cplusplus)
+ }
+ #endif
+-#endif /* HAVE_INET_NTOP */
++#endif /* NEED_INET_NTOP */