[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] netfront: 64bit cleanup
On Fri, Jun 17, 2005 at 05:44:34PM -0500, Jon Mason wrote: > printk(KERN_INFO "Received packet needs %d bytes more " > - "headroom.\n", skb->tail - skb->end); > + "headroom.\n", (int)(skb->tail - skb->end)); this is not right here. the right fix is to modify %d to be %zd the rest looks good, applied. Thanks, -- Vincent Hanquez _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |