pkgsrc/mbone/common-mml/patches/patch-ae
minskim 793eec4f9b Update common-mml to 1.2.16. This version was packaged by David Price,
and modified by me.

Major changes since 1.2.0:
  - Add support for SAP and SDP.
2006-04-11 18:39:41 +00:00

16 lines
403 B
Text

$NetBSD: patch-ae,v 1.2 2006/04/11 18:39:41 minskim Exp $
--- src/inet_ntop.h.orig 2000-01-20 08:11:19.000000000 -0800
+++ src/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 */