Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/03/2000 06:41:20
Module Name: syssrc
Committed By: thorpej
Date: Thu Aug 3 03:41:19 UTC 2000
Modified Files:
syssrc/sys/miscfs/fdesc: fdesc_vnops.c
syssrc/sys/miscfs/kernfs: kernfs_vnops.c
syssrc/sys/miscfs/procfs: procfs_vnops.c
Log Message:
MALLOC()/FREE() are not to be used for variable sized allocations.
To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 syssrc/sys/miscfs/fdesc/fdesc_vnops.c
cvs rdiff -r1.69 -r1.70 syssrc/sys/miscfs/kernfs/kernfs_vnops.c
cvs rdiff -r1.71 -r1.72 syssrc/sys/miscfs/procfs/procfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.