pkgsrc/mbone/common-mml/patches/patch-ad
dmcmahill 1ab4cddf82 use the results of the autoconf test for inet_ntop and inet_pton. Fixes
compile problems on sparc and should fix other big endian machines.
2002-09-27 01:50:02 +00:00

13 lines
286 B
Text

$NetBSD: patch-ad,v 1.1 2002/09/27 01:50:05 dmcmahill Exp $
--- inet_ntop.c.orig Thu Dec 2 11:07:31 1999
+++ inet_ntop.c
@@ -16,7 +16,7 @@
* SOFTWARE.
*/
-#ifndef HAVE_INET_NTOP
+#ifdef NEED_INET_NTOP
#include "config_unix.h"
#include "config_win32.h"
#include "inet_ntop.h"