cups: configure: disable acl
[14.07/packages.git] / net / djbdns / patches / 060-dnscache-big-udp-packets.patch
1 --- a/dns_transmit.c
2 +++ b/dns_transmit.c
3 @@ -240,7 +240,7 @@ void dns_transmit_io(struct dns_transmit
4  
5  int dns_transmit_get(struct dns_transmit *d,const iopause_fd *x,const struct taia *when)
6  {
7 -  char udpbuf[513];
8 +  char udpbuf[4097];
9    unsigned char ch;
10    int r;
11    int fd;