]> git.pld-linux.org Git - packages/bind.git/blame - bind-nonlist.patch
- Req user-named
[packages/bind.git] / bind-nonlist.patch
CommitLineData
d584f36f
AF
1--- src/bin/named/ns_udp.c.nonlist Wed Jun 10 03:54:37 1998
2+++ src/bin/named/ns_udp.c Wed Jun 10 03:57:14 1998
3@@ -34,7 +34,11 @@
4 #include <ctype.h>
5 #include <errno.h>
6 #include <netdb.h>
7-#include <nlist.h>
8+
9+#if defined(CHECK_UDP_SUM) || defined(FIX_UDP_SUM)
10+#include <libelf/nlist.h>
11+#endif
12+
13 #include <resolv.h>
14 #include <stdio.h>
15 #include <syslog.h>
This page took 0.031069 seconds and 4 git commands to generate.