Index: head/sys/compat/freebsd32/syscalls.master =================================================================== --- head/sys/compat/freebsd32/syscalls.master +++ head/sys/compat/freebsd32/syscalls.master @@ -1147,5 +1147,8 @@ size_t bufsize); } 568 AUE_UNLINKAT NOPROTO { int funlinkat(int dfd, const char *path, int fd, \ int flag); } +569 AUE_NULL NOPROTO { ssize_t copy_file_range(int infd, \ + off_t *inoffp, int outfd, off_t *outoffp, \ + size_t len, unsigned int flags); } ; vim: syntax=off