bin/71629: [PATCH] cleanup of the usr.sbin/pppstats code

Dan Lukes dan at obluda.cz
Sat Sep 11 19:40:30 PDT 2004


>Number:         71629
>Category:       bin
>Synopsis:       [PATCH] cleanup of the usr.sbin/pppstats 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 02:40:29 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
$FreeBSD: usr.sbin/pppstats/pppstats.c,v 1.14 2002/04/22 13:44:46 des

>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/pppstats/pppstats.c:35: warning: 'rcsid' defined but not used

>How-To-Repeat:
	N/A
>Fix:
*** usr.sbin/pppstats/pppstats.c.ORIG	Mon Jul  1 23:57:04 2002
--- usr.sbin/pppstats/pppstats.c	Sat Sep 11 10:28:39 2004
***************
*** 31,39 ****
   * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   */
  
! #ifndef lint
! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppstats/pppstats.c,v 1.14 2002/04/22 13:44:46 des Exp $";
! #endif
  
  #include <stdio.h>
  #include <stddef.h>
--- 31,38 ----
   * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   */
  
! #include <sys/cdefs.h>
! __FBSDID("$FreeBSD: src/usr.sbin/pppstats/pppstats.c,v 1.14 2002/04/22 13:44:46 des Exp $");
  
  #include <stdio.h>
  #include <stddef.h>
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list