Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/netinet/accf_dns.c 192848 2009-05-26 20:00:30Z jhb $
---
> * $FreeBSD: head/sys/netinet/accf_dns.c 193272 2009-06-01 21:17:03Z jhb $
40c40
< static void sohasdns(struct socket *so, void *arg, int waitflag);
---
> static int sohasdns(struct socket *so, void *arg, int waitflag);
72c72
< static void
---
> static int
83c83
< return;
---
> return (SU_OK);
86,89c86
< so->so_upcall = NULL;
< so->so_rcv.sb_flags &= ~SB_UPCALL;
< soisconnected(so);
< return;
---
> return (SU_ISCONNECTED);