bin/71662: [PATCH] cleanup of the usr.sbin/ifmcast code

Dan Lukes dan at obluda.cz
Sun Sep 12 10:40:26 PDT 2004


>Number:         71662
>Category:       bin
>Synopsis:       [PATCH] cleanup of the usr.sbin/ifmcast code
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 12 17:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dan Lukes
>Release:        FreeBSD 5.3-BETA3 i386
>Organization:
Obludarium
>Environment:
System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan at kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386
usr.sbin/ifmcstat/ifmcstat.c,v 1.11 2004/05/28 17:44:11 stefanf

>Description:
	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/ifmcstat/ifmcstat.c:151: warning: unused variable `ifnamebuf'

>How-To-Repeat:
	N/A
>Fix:
*** usr.sbin/ifmcstat/ifmcstat.c.ORIG	Sat May 29 22:26:12 2004
--- usr.sbin/ifmcstat/ifmcstat.c	Sun Sep 12 05:15:20 2004
***************
*** 148,154 ****
  {
  	static char buf[BUFSIZ];
  	struct ifnet ifnet;
- 	char ifnamebuf[IFNAMSIZ];
  
  	KREAD(ifp, &ifnet, struct ifnet);
  	strlcpy(buf, ifnet.if_xname, sizeof(buf));
--- 148,153 ----
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list