summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index b9f1fce..c6d0313 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -484,7 +484,7 @@
size_t count); }
273 AUE_NULL UNIMPL nosys
274 AUE_NULL MSTD { int lchmod(char *path, mode_t mode); }
-275 AUE_NULL NOPROTO { int lchown(char *path, uid_t uid, \
+275 AUE_NULL MNOPROTO { int lchown(char *path, uid_t uid, \
gid_t gid); } netbsd_lchown lchown_args \
int
276 AUE_NULL MSTD { int lutimes(char *path, \
OpenPOWER on IntegriCloud