From okumoto@oecpc29.ucsd.edu  Wed Aug  3 19:33:03 2005
Return-Path: <okumoto@oecpc29.ucsd.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 80BAF16A41F;
	Wed,  3 Aug 2005 19:33:03 +0000 (GMT)
	(envelope-from okumoto@oecpc29.ucsd.edu)
Received: from oecpc29.ucsd.edu (oecpc29.ucsd.edu [132.239.8.29])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3729143D48;
	Wed,  3 Aug 2005 19:33:03 +0000 (GMT)
	(envelope-from okumoto@oecpc29.ucsd.edu)
Received: from oecpc29.ucsd.edu (localhost.ucsd.edu [127.0.0.1])
	by oecpc29.ucsd.edu (8.13.3/8.13.3) with ESMTP id j73JX2Zw061771;
	Wed, 3 Aug 2005 12:33:02 -0700 (PDT)
	(envelope-from okumoto@oecpc29.ucsd.edu)
Received: (from okumoto@localhost)
	by oecpc29.ucsd.edu (8.13.3/8.13.3/Submit) id j73JX2JB061770;
	Wed, 3 Aug 2005 12:33:02 -0700 (PDT)
	(envelope-from okumoto)
Message-Id: <200508031933.j73JX2JB061770@oecpc29.ucsd.edu>
Date: Wed, 3 Aug 2005 12:33:02 -0700 (PDT)
From: Max Okumoto <okumoto@ucsd.edu>
Reply-To: Max Okumoto <okumoto@ucsd.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: harti@freebsd.org
Subject: Incorrect type for debug variable  
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84528
>Category:       bin
>Synopsis:       bin/make: Incorrect type for debug variable
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 03 19:40:16 GMT 2005
>Closed-Date:    Wed Sep 07 07:35:17 GMT 2005
>Last-Modified:  Wed Sep 07 07:35:17 GMT 2005
>Originator:     Max Okumoto
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD oecpc29.ucsd.edu 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Jun 27 11
:20:41 PDT 2005 root@oecpc29.ucsd.edu:/usr/obj/usr/src/sys/GENERIC i386


>Description:
        In correct type for debug variable defintion in main.c.  It should
        be an int not a bool type.

>How-To-Repeat:
>Fix:
        Decleare as int not Boolean.
>Release-Note:
>Audit-Trail:

From: Brooks Davis <brooks@one-eyed-alien.net>
To: Max Okumoto <okumoto@ucsd.edu>
Cc: FreeBSD-gnats-submit@freebsd.org, harti@freebsd.org
Subject: Re: bin/84528: Incorrect type for debug variable
Date: Wed, 3 Aug 2005 12:48:03 -0700

 >         In correct type for debug variable defintion in main.c.  It should
 >         be an int not a bool type.
 
 Which of the roughtly 85 main.c's are you're refering to?
 
 -- Brooks
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Wed Aug 3 21:29:56 GMT 2005 
State-Changed-Why:  
Note that feedback has been requested. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84528 

From: Max Okumoto <okumoto@ucsd.edu>
To: Brooks Davis <brooks@one-eyed-alien.net>
Cc: FreeBSD-gnats-submit@freebsd.org, harti@freebsd.org
Subject: Re: bin/84528: Incorrect type for debug variable
Date: Wed, 03 Aug 2005 14:47:07 -0700

 Sorry.  usr.bin/make.
 
 After all the patches that I have made in usr.bin/make
 I assumed everyone would know it was for make :-)
 
                          Max
 
 Brooks Davis <brooks@one-eyed-alien.net> writes:
 
 >>         In correct type for debug variable defintion in main.c.  It should
 >>         be an int not a bool type.
 >
 > Which of the roughtly 85 main.c's are you're refering to?
 >
 > -- Brooks
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Wed Aug 3 21:51:12 GMT 2005 
State-Changed-Why:  
Feedback received. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84528 
State-Changed-From-To: open->closed 
State-Changed-By: harti 
State-Changed-When: Wed Sep 7 07:34:45 GMT 2005 
State-Changed-Why:  
Fixed. MFC will follow. Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84528 
>Unformatted:
