Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/sys



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.




Home | Main Index | Thread Index | Old Index