diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-05-28 13:07:43 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-05-28 13:07:43 +0000 |
commit | acb673063ce1e8977b618f9b3ee50da109f66f19 (patch) | |
tree | dd89dfff60886d22d3579ccf50362e3d925acf5b /sys | |
parent | fa7cf37c7264fec2cd8f3b787d2198153d3df0f7 (diff) | |
download | FreeBSD-src-acb673063ce1e8977b618f9b3ee50da109f66f19.zip FreeBSD-src-acb673063ce1e8977b618f9b3ee50da109f66f19.tar.gz |
Also mark the COMPAT4 version of fhstatfs() as MPSAFE.
Diffstat (limited to 'sys')
-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 498b584..aec0592 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -420,7 +420,7 @@ 295 UNIMPL nosys 296 UNIMPL nosys ; XXX 297 is 300 in NetBSD -297 COMPAT4 { int fhstatfs(const struct fhandle *u_fhp, \ +297 MCOMPAT4 { int fhstatfs(const struct fhandle *u_fhp, \ struct ostatfs *buf); } 298 MSTD { int fhopen(const struct fhandle *u_fhp, int flags); } 299 MSTD { int fhstat(const struct fhandle *u_fhp, struct stat *sb); } |