Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2006 15:01:19 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 102288 for review
Message-ID:  <200607241501.k6OF1JI0094688@repoman.freebsd.org>

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

Change 102288 by rdivacky@rdivacky_witten on 2006/07/24 15:00:43

	Typo (fixes the previous commit).

Affected files ...

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

Differences ...

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

@@ -209,7 +209,7 @@
 		printf("linux_sys_futex: unimplemented op %d\n", 
 		    args->op);
 		break;
-	case LINUX_FUTEX_WAIT_OP:
+	case LINUX_FUTEX_WAKE_OP:
 		/* XXX: it seems necessary for realplay */
 		printf("linux_sys_futex: unimplemented op %d\n",
 		    args->op);



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