bin/71613: [PATCH] cleanup of the usr.sbin/traceroute6 code

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


>Number:         71613
>Category:       bin
>Synopsis:       [PATCH] cleanup of the usr.sbin/traceroute6 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:22 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/traceroute6/traceroute6.c,v 1.16 2004/06/13 18:38:46 dwmalone

>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/traceroute6/traceroute6.c:69: warning: 'copyright' defined but not used

>How-To-Repeat:
	N/A
>Fix:
*** usr.sbin/traceroute6/traceroute6.c.ORIG	Sun Sep  5 18:33:05 2004
--- usr.sbin/traceroute6/traceroute6.c	Sun Sep  5 18:33:13 2004
***************
*** 66,72 ****
   */
  
  #ifndef lint
! static char copyright[] =
  "@(#) Copyright (c) 1990, 1993\n\
  	The Regents of the University of California.  All rights reserved.\n";
  #endif /* not lint */
--- 66,72 ----
   */
  
  #ifndef lint
! volatile static char copyright[] =
  "@(#) Copyright (c) 1990, 1993\n\
  	The Regents of the University of California.  All rights reserved.\n";
  #endif /* not lint */
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list