Bug 71617

Summary: [patch] [nis] ypserv(8): cleanup of the usr.sbin/ypserv code
Product: Base System Reporter: Dan Lukes <dan>
Component: binAssignee: Marcelo Araujo <araujo>
Status: Closed Not Accepted    
Severity: Affects Only Me CC: araujo
Priority: Normal    
Version: 5.3-BETA3   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dan Lukes 2004-09-12 03:40:23 UTC
	There are more than 5000 warnings issued during "make buildworld".
Some of them are false positives, but some of them are sign of true errors.

	Nobody is upset by warnings due it's amount, so some errors remain
uncorrected.

	I want to cleanup the code-base from warnings, so warnings will
become "attention mark" again.

usr.sbin/ypserv/yp_dnslookup.c:347: warning: unused variable `retrybuf'
usr.sbin/ypserv/yp_dnslookup.c:454: warning: int format, long unsigned int arg (arg 2)
usr.sbin/ypserv/yp_dnslookup.c:518: warning: int format, long unsigned int arg (arg 2)
usr.sbin/ypserv/yp_main.c:109: warning: unused variable `forked'

How-To-Repeat: 	N/A
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2015-10-02 09:04:08 UTC
Doesn't apply anymore and most of these cases were fixed by myself already.

Thank you very much for the patch.