From 5267dc0b3a90420eec31499b715b3f261ec65894 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 28 May 2005 13:07:43 +0000 Subject: [PATCH] Also mark the COMPAT4 version of fhstatfs() as MPSAFE. --- sys/kern/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 498b584d8490..aec05926abee 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); }