Subject: Re: kern/33343 (an altq kernel does not compile)
To: None <kern-bug-people@netbsd.org, netbsd-bugs@netbsd.org,>
From: None <veego@netbsd.org>
List: netbsd-bugs
Date: 04/23/2006 08:02:04
Synopsis: an altq kernel does not compile

State-Changed-From-To: open->closed
State-Changed-By: veego@netbsd.org
State-Changed-When: Sun, 23 Apr 2006 08:02:03 +0000
State-Changed-Why:
Fixed by Christos:

Module Name:    src
Committed By:   christos 
Date:           Sun Apr 23 06:46:40 UTC 2006

Modified Files:
        src/sys/altq: altq_afmap.c altq_blue.c altq_cbq.c altq_cdnr.c
            altq_fifoq.c altq_hfsc.c altq_priq.c altq_red.c altq_rio.c
            altq_rmclass.c altq_subr.c altq_wfq.c 

Log Message:
Use malloc/free instead of MALLOC/FREE and M_ZERO instead of memset.