openbsd-ports/net/inadyn/patches/patch-src_ip_c
pea 3b0b61686a Import inadyn
inadyn is a C based client used to update DNS entries.  This is a fork of
the original INADYN implementation from Narcis Ilisei. Most of the fixes
and additions from the new "upstream" by Christoph Brill have been added.
However, this project is not a fork off of Christoph's repository, but
rather a reengineered version of the original 1.96.2 release with all
additional patches audited and merged separately. Additionally a further
set of code cleanups, features and bug fixes have been added.

ok ajacoutot@
2011-07-21 12:17:02 +00:00

14 lines
333 B
Plaintext

$OpenBSD: patch-src_ip_c,v 1.1.1.1 2011/07/21 12:17:02 pea Exp $
--- src/ip.c.orig Fri May 6 13:05:07 2011
+++ src/ip.c Fri May 6 13:05:51 2011
@@ -17,6 +17,9 @@
*/
#define MODULE_TAG ""
+#include <sys/types.h>
+#include <netinet/in.h>
+#include <arpa/nameser.h>
#include <resolv.h>
#include <stdlib.h>
#include <string.h>