PERFORCE change 100805 for review

John Baldwin jhb at FreeBSD.org
Thu Jul 6 22:03:17 UTC 2006


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

Change 100805 by jhb at 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)


More information about the p4-projects mailing list