hi<br><br>just tried to compile a xen+openvz-patched kernel !<br><br>1 - copy directory ./xen ./linux-2.6-xen-sparse ./linux-2.6.18-xen from xen3.1 into ./own<br>2 - use patch-ovz028stab053.4-combined.gz on ./linux-2.6.18-xen<br>3 - fix some minor rejects (arch/i386/Kconfig.rej ; include/linux/eventpoll.h.rej; include/linux/skbuff.h.rej; net/core/skbuff.c.rej)<br>4 - make menuconfig (add quota, select xen and xen-pci)<br>5 - make<br><br>here the error - any idea why - why the line numbers are wrong in the error statement ?!:<br>------------------------------------------------------<br> CC drivers/xen/netback/loopback.o<br>drivers/xen/netback/loopback.c:63: error: expected ')' before '->' token<br>drivers/xen/netback/loopback.c:63: error: expected ')' before '->' token<br>drivers/xen/netback/loopback.c:64: error: expected ';' before 'struct'<br>drivers/xen/netback/loopback.c: In function
'loopback_open':<br>drivers/xen/netback/loopback.c:70: error: 'struct net_private' has no member named 'stats'<br><br>... more errors in other functions<br>------------------------------------------------------<br>here part of the code:<br>------------------------------------------------------<br> 62 struct net_private {<br> 63 struct net_device *loopback_dev;<br> 64 struct net_device_stats stats;<br> 65 };<br> 66<br> 67 static int loopback_open(struct net_device *dev)<br> 68 {<br> 69 struct net_private *np = netdev_priv(dev);<br> 70 memset(&np->stats, 0,
sizeof(np->stats));<br> 71 netif_start_queue(dev);<br> 72 return 0;<br> 73 }<br>------------------------------------------------------<br><br>ciao and tx<p> 
<hr size=1>Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet das <a href="http://de.rd.yahoo.com/evt=40590/*http://de.docs.yahoo.com/ymail/landing.html" target=_new>
neue Yahoo! Mail</a>.