FreeBSD Bugzilla – Attachment 46691 Details for
Bug 71617
[patch] [nis] ypserv(8): cleanup of the usr.sbin/ypserv code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.27 KB, created by
Dan Lukes
on 2004-09-12 03:40:23 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dan Lukes
Created:
2004-09-12 03:40:23 UTC
Size:
1.27 KB
patch
obsolete
>*** usr.sbin/ypserv/yp_dnslookup.c.ORIG Thu May 29 19:34:29 2003 >--- usr.sbin/ypserv/yp_dnslookup.c Sun Sep 5 19:08:30 2004 >*************** >*** 344,350 **** > { > register struct circleq_dnsentry *q; > char buf[sizeof(HEADER) + MAXPACKET]; >- char retrybuf[MAXHOSTNAMELEN]; > struct sockaddr_in sin; > int rval; > int len; >--- 344,349 ---- >*************** >*** 451,457 **** > pending++; > > if (debug) >! yp_error("queueing async DNS name lookup (%d)", q->id); > > yp_prune_dnsq(); > return(YP_TRUE); >--- 450,456 ---- > pending++; > > if (debug) >! yp_error("queueing async DNS name lookup (%lu)", q->id); > > yp_prune_dnsq(); > return(YP_TRUE); >*************** >*** 515,521 **** > pending++; > > if (debug) >! yp_error("queueing async DNS address lookup (%d)", q->id); > > yp_prune_dnsq(); > return(YP_TRUE); >--- 514,520 ---- > pending++; > > if (debug) >! yp_error("queueing async DNS address lookup (%lu)", q->id); > > yp_prune_dnsq(); > return(YP_TRUE); >*** usr.sbin/ypserv/yp_main.c.ORIG Thu May 29 19:34:29 2003 >--- usr.sbin/ypserv/yp_main.c Sun Sep 5 19:09:31 2004 >*************** >*** 106,112 **** > #else > int readfds; > #endif /* def FD_SETSIZE */ >- extern int forked; > int fd_setsize = _rpc_dtablesize(); > struct timeval timeout; > >--- 106,111 ----
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 71617
: 46691