Add kern_truncate() and use it instead of sys_truncate() in compat_freebsd32.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I have some doubts about 'add kern_truncate()' part of the message, since kern_truncate() already exists. The patch itself looks fine.