Date: Sun, 13 Aug 2006 11:54:04 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 103756 for review Message-ID: <200608131154.k7DBs4aq004550@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103756 Change 103756 by rdivacky@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608131154.k7DBs4aq004550>