Author: qboosh                       Date: Wed Aug 16 13:06:47 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.4.33

---- Files affected:
SOURCES:
   linux-2.4-gcc4.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.4-gcc4.patch
diff -u SOURCES/linux-2.4-gcc4.patch:1.2 SOURCES/linux-2.4-gcc4.patch:1.3
--- SOURCES/linux-2.4-gcc4.patch:1.2    Tue Dec  6 11:33:40 2005
+++ SOURCES/linux-2.4-gcc4.patch        Wed Aug 16 15:06:42 2006
@@ -242,17 +242,6 @@
                        dev->tx_timeout = &ace_watchdog;
                        dev->watchdog_timeo = 5*HZ;
                }
---- linux-2.4.32/drivers/net/bonding/bond_alb.c.orig   2004-04-14 
13:05:30.000000000 +0000
-+++ linux-2.4.32/drivers/net/bonding/bond_alb.c        2005-12-03 
18:56:51.592018586 +0000
-@@ -1275,7 +1275,7 @@
- int bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev)
- {
-       struct bonding *bond = bond_dev->priv;
--      struct ethhdr *eth_data = (struct ethhdr *)skb->mac.raw = skb->data;
-+      struct ethhdr *eth_data = (struct ethhdr *)(skb->mac.raw = skb->data);
-       struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond));
-       struct slave *tx_slave = NULL;
-       static u32 ip_bcast = 0xffffffff;
 --- linux-2.4.32/drivers/net/sk98lin/skvpd.c.orig      2005-04-04 
01:42:19.000000000 +0000
 +++ linux-2.4.32/drivers/net/sk98lin/skvpd.c   2005-12-03 19:01:15.154882292 
+0000
 @@ -472,7 +472,7 @@
@@ -356,17 +345,6 @@
                        printk(KERN_WARNING "usbout_sync_retire_desc: requested 
frequency %u (nominal %u) out of range!\n", f, u->freqn);
                        continue;
                }
---- linux-2.4.32/drivers/usb/host/ehci-q.c.orig        2005-01-19 
14:10:07.000000000 +0000
-+++ linux-2.4.32/drivers/usb/host/ehci-q.c     2005-12-03 19:46:27.828052178 
+0000
-@@ -199,8 +199,6 @@
- #ifdef        INTR_AUTOMAGIC
-       struct urb              *resubmit = 0;
-       struct usb_device       *dev = 0;
--
--      static int ehci_urb_enqueue (struct usb_hcd *, struct urb *, int);
- #endif
- 
-       if (likely (urb->hcpriv != 0)) {
 --- linux-2.4.32/fs/cifs/cifsfs.c.orig 2004-07-13 22:25:04.000000000 +0000
 +++ linux-2.4.32/fs/cifs/cifsfs.c      2005-12-03 19:56:53.834177489 +0000
 @@ -50,8 +50,6 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux-2.4-gcc4.patch?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to