p4-projects@freebsd.org
[Top] [All Lists]

PERFORCE change 100805 for review

Subject: PERFORCE change 100805 for review
From: John Baldwin
Date: Thu, 6 Jul 2006 22:03:16 GMT
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)
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"

<Prev in Thread] Current Thread [Next in Thread>
  • PERFORCE change 100805 for review, John Baldwin <=