Subject: CVS commit: src/sys/altq
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/23/2006 16:57:23
Module Name:	src
Committed By:	christos
Date:		Sun Apr 23 16:57:23 UTC 2006

Modified Files:
	src/sys/altq: altq_blue.c altq_cbq.c altq_hfsc.c altq_red.c

Log Message:
Complete the FREE -> free transition and add more NULL checks for malloc
returns. Although these cannot happen because M_WAITOK, the rest of the
code does them already, so this is good for consistency. From Mindaugas


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/altq/altq_blue.c src/sys/altq/altq_cbq.c \
    src/sys/altq/altq_hfsc.c
cvs rdiff -r1.14 -r1.15 src/sys/altq/altq_red.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.