| 2693 | }; |
| 2694 | #endif |
| 2695 | int |
| 2696 | sys_chflags(struct thread *td, struct chflags_args *uap) |
| 2697 | { |
| 2698 | |
| 2699 | return (kern_chflagsat(td, AT_FDCWD, uap->path, UIO_USERSPACE, |
| 2700 | uap->flags, 0)); |
| 2701 | } |
| 2702 | |
| 2703 | #ifndef _SYS_SYSPROTO_H_ |
| 2704 | struct chflagsat_args { |
nothing calls this directly
no test coverage detected