blob: f0280d82806ed8264e5f237e3bcd21caaafbe5bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.2 2006/04/11 18:39:41 minskim Exp $
--- src/inet_pton.c.orig 2004-01-08 22:31:35.000000000 -0800
+++ src/inet_pton.c
@@ -16,7 +16,7 @@
* SOFTWARE.
*/
-#ifndef HAVE_INET_PTON
+#ifdef NEED_INET_PTON
#include "config_unix.h"
#include "config_win32.h"
#include "inet_pton.h"
|