Index: sys/kern/syscalls.master =================================================================== --- sys/kern/syscalls.master +++ sys/kern/syscalls.master @@ -992,9 +992,9 @@ 545 AUE_POLL STD { int ppoll(struct pollfd *fds, u_int nfds, \ const struct timespec *ts, \ const sigset_t *set); } -546 AUE_FUTIMES STD { int futimens(int fd, \ +546 AUE_FUTIMENS STD { int futimens(int fd, \ struct timespec *times); } -547 AUE_FUTIMESAT STD { int utimensat(int fd, \ +547 AUE_UTIMENSAT STD { int utimensat(int fd, \ char *path, \ struct timespec *times, int flag); } 548 AUE_NULL UNIMPL numa_getaffinity