diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-31 01:17:37 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-31 01:17:37 +0000 |
commit | dd3094d76d661222e858d6da6aaae35dbf8b75bb (patch) | |
tree | a84c64c81f4adca6cb8044b21142cc5fd3201c14 /dns/pdnsd/files | |
parent | 02290324309121df8d38d5599037177cdc46ac61 (diff) | |
download | ports-dd3094d76d661222e858d6da6aaae35dbf8b75bb.tar.gz ports-dd3094d76d661222e858d6da6aaae35dbf8b75bb.zip |
Notes
Diffstat (limited to 'dns/pdnsd/files')
-rw-r--r-- | dns/pdnsd/files/patch-src_conff.h | 6 | ||||
-rw-r--r-- | dns/pdnsd/files/patch-src_dns.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dns/pdnsd/files/patch-src_conff.h b/dns/pdnsd/files/patch-src_conff.h index a6c0e1e186b9..1b0b4c7c3b48 100644 --- a/dns/pdnsd/files/patch-src_conff.h +++ b/dns/pdnsd/files/patch-src_conff.h @@ -1,5 +1,5 @@ ---- src/conff.h.orig Fri Oct 29 01:11:36 2004 -+++ src/conff.h Fri Oct 29 01:12:36 2004 +--- src/conff.h.orig Mon Jun 27 21:57:22 2005 ++++ src/conff.h Sun Oct 30 09:01:08 2005 @@ -32,6 +32,9 @@ #include <config.h> #include <stdio.h> @@ -7,6 +7,6 @@ +#if TARGET==TARGET_BSD +#include <sys/socket.h> +#endif + #include <sys/socket.h> #include <net/if.h> #include "ipvers.h" - #include "list.h" diff --git a/dns/pdnsd/files/patch-src_dns.h b/dns/pdnsd/files/patch-src_dns.h index c424e1ac1787..abe5958825e7 100644 --- a/dns/pdnsd/files/patch-src_dns.h +++ b/dns/pdnsd/files/patch-src_dns.h @@ -1,5 +1,5 @@ ---- src/dns.h.orig Fri Oct 29 01:03:35 2004 -+++ src/dns.h Fri Oct 29 01:04:55 2004 +--- src/dns.h.orig Fri Jul 1 14:33:35 2005 ++++ src/dns.h Sun Oct 30 09:04:28 2005 @@ -27,6 +27,9 @@ #include <config.h> @@ -7,6 +7,6 @@ +#if TARGET==TARGET_BSD +#include <sys/socket.h> +#endif + #include <sys/socket.h> #include <net/if.h> #include <sys/types.h> - #include <inttypes.h> |