openbsd-ports/net/pdnsd/patches/patch-icmp_c
camield 82a4c631a2 threaded dns daemon, optimized for caching
Submitted by Sebastian Stark <seb@todesplanet.de>
2001-06-14 14:46:07 +00:00

15 lines
380 B
Plaintext

$OpenBSD: patch-icmp_c,v 1.1.1.1 2001/06/14 14:46:07 camield Exp $
--- src/icmp.c.orig Wed May 9 19:51:52 2001
+++ src/icmp.c Thu Jun 14 11:09:30 2001
@@ -48,7 +48,9 @@ Boston, MA 02111-1307, USA. */
# include <netinet/ip6.h>
# include <netinet/icmp6.h>
#endif
+#ifndef __OPENBSD__
#include <netinet/ip.h>
+#endif
#include <netdb.h>
#include "icmp.h"
#include "error.h"