Pullup version 1.3 of pkgsrc/mbone/common-mml, revs 1.1 of
[pkgsrcv2.git] / mbone / common-mml / patches / patch-ag
1 $NetBSD: patch-ag,v 1.2 2002/09/27 03:01:31 dmcmahill Exp $
2
3 --- inet_pton.h.orig    Tue May 16 13:02:55 2000
4 +++ inet_pton.h
5 @@ -1,4 +1,4 @@
6 -#ifndef HAVE_INET_PTON
7 +#ifdef  NEED_INET_PTON
8  #if defined(__cplusplus)
9  extern "C" {
10  #endif
11 @@ -8,4 +8,4 @@ int inet_pton(int af, const char *src, v
12  #if defined(__cplusplus)
13  }
14  #endif
15 -#endif /* HAVE_INET_PTON */
16 +#endif /* NEED_INET_PTON */