793eec4f9b
and modified by me. Major changes since 1.2.0: - Add support for SAP and SDP.
13 lines
303 B
Text
13 lines
303 B
Text
$NetBSD: patch-ad,v 1.2 2006/04/11 18:39:41 minskim Exp $
|
|
|
|
--- src/inet_ntop.c.orig 1999-12-02 08:07:31.000000000 -0800
|
|
+++ src/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"
|