PERFORCE change 103756 for review

Roman Divacky rdivacky at FreeBSD.org
Sun Aug 13 11:54:06 UTC 2006


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

Change 103756 by rdivacky at rdivacky_witten on 2006/08/13 11:53:31

	Make linux_futex.c 64bit clean with respect to timespec.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_futex.c#20 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_futex.c#20 (text+ko) ====

@@ -97,7 +97,7 @@
 {
 	int val;
 	int ret;
-	struct timespec timeout = { 0, 0 };
+	struct l_timespec timeout = { 0, 0 };
 	int error = 0;
 	struct futex *f, *f2;
 	struct futex *newf;


More information about the p4-projects mailing list