PERFORCE change 99889 for review

John Baldwin jhb at FreeBSD.org
Fri Jun 23 19:14:36 UTC 2006


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

Change 99889 by jhb at jhb_mutex on 2006/06/23 19:14:26

	C scoping rules 101.

Affected files ...

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

Differences ...

==== //depot/projects/smpng/sys/i386/linux/linux_machdep.c#33 (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