Subject: Re: bin/34766: Changes for xlint
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 10/09/2006 13:05:05
The following reply was made to PR bin/34766; it has been noted by GNATS.

From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@NetBSD.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Cc: 
Subject: Re: bin/34766: Changes for xlint
Date: Mon, 9 Oct 2006 09:03:08 -0400

 On Oct 9, 11:20am, henning.petersen@t-online.de (henning.petersen@t-online.de) wrote:
 -- Subject: bin/34766: Changes for xlint
 
 | >Number:         34766
 | >Category:       bin
 | >Synopsis:       Changes for xlint
 | >Confidential:   no
 | >Severity:       non-critical
 | >Priority:       medium
 | >Responsible:    bin-bug-people
 | >State:          open
 | >Class:          sw-bug
 | >Submitter-Id:   net
 | >Arrival-Date:   Mon Oct 09 11:20:00 +0000 2006
 | >Originator:     Henning Petersen
 | >Release:        NetBSD-current
 | >Organization:
 | >Environment:
 | >Description:
 | Add sizeof(term) from OpenBSD;
 | Missing strg1->st_len=len in function catstrg;
 | Typos in comments;
 | >How-To-Repeat:
 
 Thanks, can you please re-submit without the bogus:
 
 -	loop ()
 -		continue;
 +	loop ();
 
 changes? These are bad, and make gcc -Wextra whine.
 
 christos