Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 22:03:16 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100805 for review
Message-ID:  <200607062203.k66M3GJA053414@repoman.freebsd.org>

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

Change 100805 by jhb@jhb_mutex on 2006/07/06 22:02:26

	Revert, this is fine in CVS.

Affected files ...

.. //depot/projects/smpng/sys/i386/linux/linux_machdep.c#34 edit

Differences ...

==== //depot/projects/smpng/sys/i386/linux/linux_machdep.c#34 (text+ko) ====

@@ -174,12 +174,12 @@
 	}
 	case LINUX_MSGRCV: {
 		struct linux_msgrcv_args a;
-		struct l_ipc_kludge tmp;
 
 		a.msqid = args->arg1;
 		a.msgsz = args->arg2;
 		a.msgflg = args->arg3;
 		if ((args->what >> 16) == 0) {
+			struct l_ipc_kludge tmp;
 			int error;
 
 			if (args->ptr == NULL)



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