]> git.pld-linux.org Git - packages/bind.git/blob - bind-nonlist.patch
- added patch for host.c from Piotr Majka <charvel@ids.pl>
[packages/bind.git] / bind-nonlist.patch
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.066284 seconds and 3 git commands to generate.