misc/100322: kerninclude.sh doesn't dump object name

Matt Emmerton matt at gsicomp.on.ca
Sat Jul 15 02:30:17 UTC 2006


>Number:         100322
>Category:       misc
>Synopsis:       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:
>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:


More information about the freebsd-bugs mailing list