@@ -405,8 +405,8 @@
           if(skb->tail>skb->end)
           {
                   __label__ here;
   -            panic("skput:over: %p:%d", &&here,len);
    here:
   +            panic("skput:over: %p:%d", &&here,len);
           }
           return tmp;
    }

This is wrong.  It should be:

panic("skput:over: %p:%d", &&here,len);
here:
  ; /* NOP  */



_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to