SOURCES (LINUX_2_6): linux-PF_RING.patch - missing type
baggins
baggins at pld-linux.org
Mon Aug 13 14:53:14 CEST 2007
Author: baggins Date: Mon Aug 13 12:53:14 2007 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- missing type
---- Files affected:
SOURCES:
linux-PF_RING.patch (1.1.2.1 -> 1.1.2.2)
---- Diffs:
================================================================
Index: SOURCES/linux-PF_RING.patch
diff -u SOURCES/linux-PF_RING.patch:1.1.2.1 SOURCES/linux-PF_RING.patch:1.1.2.2
--- SOURCES/linux-PF_RING.patch:1.1.2.1 Mon Aug 13 14:35:52 2007
+++ SOURCES/linux-PF_RING.patch Mon Aug 13 14:53:09 2007
@@ -6994,7 +6994,7 @@
+#else
+ if(skb->tstamp.tv64 == 0) __net_timestamp(skb);
+
-+ tv = ktime_to_timeval(skb->tstamp);
++ struct timeval tv = ktime_to_timeval(skb->tstamp);
+ hdr->ts.tv_sec = tv.tv_sec, hdr->ts.tv_usec = tv.tv_usec;
+#endif
+ hdr->caplen = skb->len+displ;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/linux-PF_RING.patch?r1=1.1.2.1&r2=1.1.2.2&f=u
More information about the pld-cvs-commit
mailing list