| 3434 | }; |
| 3435 | #endif |
| 3436 | int |
| 3437 | otruncate(struct thread *td, struct otruncate_args *uap) |
| 3438 | { |
| 3439 | |
| 3440 | return (kern_truncate(td, uap->path, UIO_USERSPACE, uap->length)); |
| 3441 | } |
| 3442 | #endif /* COMPAT_43 */ |
| 3443 | |
| 3444 | #if defined(COMPAT_FREEBSD6) |
nothing calls this directly
no test coverage detected