Mark second instance of lchown() MP safe just like the first.

Approved by:	re (scottl)
This commit is contained in:
John Baldwin 2005-07-08 15:01:13 +00:00
parent 5adb21a681
commit 4acd2e73e5

View File

@ -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, \