Subject: CVS commit: syssrc/sys/compat/netbsd32
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/24/2002 17:19:25
Module Name: syssrc
Committed By: jdolecek
Date: Sun Mar 24 15:19:25 UTC 2002
Modified Files:
syssrc/sys/compat/netbsd32: netbsd32_fs.c
Log Message:
use FILE_USE()/FILE_UNUSE() as appropriate, use malloc()/free()
instead of MALLOC()/FREE() for variable-size allocations (sync
with kern/sys_generic.c)
XXX not tested
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/compat/netbsd32/netbsd32_fs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.