diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:33:51 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:33:51 +0000 |
commit | ff049e43e41fa444ef0d5c27a750e9df6975a1f3 (patch) | |
tree | 26caa95d13648cc127d1260153e6228b40688b3c /dns/dnrd/files/patch-query.h | |
parent | Add mksunbootcd 1.0, a program to make ISO images suitible to boot on (diff) |
Add dnrd 2.9, a proxy DNS daemon.
PR: 24107
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'dns/dnrd/files/patch-query.h')
-rw-r--r-- | dns/dnrd/files/patch-query.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dns/dnrd/files/patch-query.h b/dns/dnrd/files/patch-query.h new file mode 100644 index 000000000000..31e22ce092bd --- /dev/null +++ b/dns/dnrd/files/patch-query.h @@ -0,0 +1,10 @@ +--- query.h.orig Sat Jan 6 14:56:49 2001 ++++ query.h Sat Jan 6 14:56:59 2001 +@@ -25,6 +25,7 @@ + #ifndef _DNSR_QUERY_H_ + #define _DNSR_QUERY_H_ + ++#include <sys/types.h> + #include <time.h> + #include <netinet/in.h> + |