Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 04/22/2007 21:52:37
Module Name: src
Committed By: pooka
Date: Sun Apr 22 21:52:37 UTC 2007
Modified Files:
src/sys/fs/puffs: puffs_msgif.c
Log Message:
Now that puffs_park is allocated from the heap and actually freed
by the userdead routine, don't do a TAILQ_FOREACH but rather an
honest for loop.
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/fs/puffs/puffs_msgif.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.