lkml.org 
[lkml]   [2003]   [Mar]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] compiletime-fix in isdn_ppp
Date
Hi.

Without this patch linux-2.5.63 vanilla didn't compile.
I don't know, if I have introduced a problem with this patch, but for me it
compiles now. :)

bye, Michael Buesch.



diff -urN -X /home/mb/dontdiff
linux-2.5.63-vanilla/drivers/isdn/i4l/isdn_ppp.c
linux-2.5.63/drivers/isdn/i4l/isdn_ppp.c
--- linux-2.5.63-vanilla/drivers/isdn/i4l/isdn_ppp.c 2002-12-16
02:08:12.000000000 +0000
+++ linux-2.5.63/drivers/isdn/i4l/isdn_ppp.c 2003-03-02 14:23:48.000000000
+0000
@@ -1037,7 +1037,7 @@
isdn_ppp_frame_log("xmit1", skb->data, skb->len, 32,
ipppd->unit, -1);

ippp_push_proto(ind_ppp, skb, proto);
- ippp_mp_xmit(idev, skb, proto);
+ ippp_mp_xmit(idev, skb);
return 0;

drop:
diff -urN -X /home/mb/dontdiff
linux-2.5.63-vanilla/drivers/isdn/i4l/isdn_ppp_mp.h
linux-2.5.63/drivers/isdn/i4l/isdn_ppp_mp.h
--- linux-2.5.63-vanilla/drivers/isdn/i4l/isdn_ppp_mp.h 2002-12-16
02:08:24.000000000 +0000
+++ linux-2.5.63/drivers/isdn/i4l/isdn_ppp_mp.h 2003-03-02 14:23:58.000000000
+0000
@@ -42,9 +42,9 @@
}

static inline void
-ippp_mp_xmit(isdn_net_dev *idev, struct sk_buff *skb, u16 proto)
+ippp_mp_xmit(isdn_net_dev *idev, struct sk_buff *skb)
{
- ippp_xmit(idev, skb, proto);
+ ippp_xmit(idev, skb);
}

static inline void
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.041 / U:0.656 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site