--- src/usr.sbin/ypserv/yp_dnslookup.c 2004/03/31 23:20:22 1.3 +++ src/usr.sbin/ypserv/yp_dnslookup.c 2005/11/24 22:23:02 1.4 @@ -477,7 +477,8 @@ yp_async_lookup_name(struct svc_req *rqs /* * Queue and transmit an asynchronous DNS IP address lookup. */ -ypstat yp_async_lookup_addr(struct svc_req *rqstp, char *addr) +ypstat +yp_async_lookup_addr(struct svc_req *rqstp, char *addr) { struct circleq_dnsentry *q; char buf[MAXHOSTNAMELEN];