pkgsrc/mbone/common-mml/patches/patch-ag
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

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 */