Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 02/25/2000 14:33:44
Module Name: syssrc
Committed By: fvdl
Date: Fri Feb 25 22:33:44 UTC 2000
Modified Files:
syssrc/sys/miscfs/procfs: procfs_subr.c
Log Message:
Fix pasto: some lines of the procfs hash code were copied from the
UFS code, and I forgot to rename the "ihash" variable, causing
weird effects, because 3/4th of the UFS hash table would become
unreachable after procfs was loaded as an LKM.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/miscfs/procfs/procfs_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.