PERFORCE change 99962 for review

John Baldwin jhb at FreeBSD.org
Sun Jun 25 02:16:52 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=99962

Change 99962 by jhb at jhb_mutex on 2006/06/25 02:16:18

	freebsd32_utimes is MPSAFE, and has been for quite a while.

Affected files ...

.. //depot/projects/smpng/sys/compat/freebsd32/syscalls.master#32 edit

Differences ...

==== //depot/projects/smpng/sys/compat/freebsd32/syscalls.master#32 (text+ko) ====

@@ -253,7 +253,7 @@
 				    int protocol, int *rsv); }
 136	AUE_MKDIR	MNOPROTO	{ int mkdir(char *path, int mode); }
 137	AUE_RMDIR	MNOPROTO	{ int rmdir(char *path); }
-138	AUE_UTIMES	STD	{ int freebsd32_utimes(char *path, \
+138	AUE_UTIMES	MSTD	{ int freebsd32_utimes(char *path, \
 				    struct timeval32 *tptr); }
 139	AUE_NULL	OBSOL	4.2 sigreturn
 140	AUE_ADJTIME	MSTD	{ int freebsd32_adjtime( \


More information about the p4-projects mailing list