Record the change in vnone_create_vobject() argument size,

which broke kernel ABI to filesystem modules on i386, where
sizeof(size_t) != sizeof(off_t).
This commit is contained in:
Yaroslav Tykhiy 2006-02-01 13:04:52 +00:00
parent 731959b118
commit dc422d87fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155178

View File

@ -21,6 +21,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20060201:
The kernel ABI to file system modules was changed on i386.
Please make sure that your kernel and modules are in sync.
20060118:
This actually occured some time ago, but installing the kernel
now also installs a bunch of symbol files for the kernel modules.