Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2006 02:16:52 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 99962 for review
Message-ID:  <200606250216.k5P2GqlI054472@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=99962

Change 99962 by jhb@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( \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606250216.k5P2GqlI054472>