From nobody@FreeBSD.org  Sat Jul 15 02:22:53 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C4A4B16A4DD
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Jul 2006 02:22:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 81DB143D45
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Jul 2006 02:22:53 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k6F2Mrgw098676
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Jul 2006 02:22:53 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k6F2MrPU098675;
	Sat, 15 Jul 2006 02:22:53 GMT
	(envelope-from nobody)
Message-Id: <200607150222.k6F2MrPU098675@www.freebsd.org>
Date: Sat, 15 Jul 2006 02:22:53 GMT
From: Matt Emmerton <matt@gsicomp.on.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: kerninclude.sh doesn't dump object name
X-Send-Pr-Version: www-2.3

>Number:         100322
>Category:       misc
>Synopsis:       [tools] [patch] kerninclude.sh doesn't dump object name
>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:   Sat Jul 15 02:30:15 GMT 2006
>Closed-Date:    
>Last-Modified:  Mon Jul 17 05:00:02 GMT 2006
>Originator:     Matt Emmerton
>Release:        7-CURRENT
>Organization:
GSI Computer Services
>Environment:
>Description:
/usr/src/tools/tools/kerninclude/kerninclude.h does not dump the object name
in BINGO lines due to a typo.

Inspecting the source indicates that a BINGO line should dump 5 variables,
but it only dumps 4.
>How-To-Repeat:
Run kerninclude.  Pay attention to BINGO lines.
>Fix:
--- kerninclude.sh.orig 2006-07-14 20:18:35.000000000 -0400
+++ kerninclude.sh      2006-07-14 21:43:59.000000000 -0400
@@ -301,6 +301,6 @@
                sed "${lin}d" ${src}_ > ${src}
                rm ${src}_
                touch _again
-               echo "BINGO $src $lin $incl $obj $l"
+               echo "BINGO $src $lin $incl $o $l"
        done
 done


>Release-Note:
>Audit-Trail:
>Unformatted:
