Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 03/06/2006 22:47:13
Module Name: src
Committed By: simonb
Date: Mon Mar 6 22:47:13 UTC 2006
Modified Files:
src/sys/sys: mount.h
Log Message:
The hooks pointed to by VFS_HOOKS_ATTACH are in the (read/write) data
segment and not a readonly segment, so use __link_set_add_data for them.
Fixes problems with corrupt vfs attach hook lists on our remaining a.out
platform.
To generate a diff of this commit:
cvs rdiff -r1.137 -r1.138 src/sys/sys/mount.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.