diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2005-07-08 15:01:13 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2005-07-08 15:01:13 +0000 |
| commit | 4acd2e73e5898ee68f6b6151ef019609ec1c89c9 (patch) | |
| tree | d201511936f36fac6776314d717249b02ba8f3af | |
| parent | 5adb21a6817b7714553eeedb5ec9460bf5e5c4e1 (diff) | |
Notes
| -rw-r--r-- | sys/kern/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index b9f1fce4d3d2..c6d0313b0254 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, \ |
