lkml.org 
[lkml]   [1998]   [Jun]   [5]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateFri, 05 Jun 1998 10:06:46 +0200
From"Ronny Bremer" <>
SubjectRe: Errors compiling kernel 2.0.34 patched with ppp 2.3.5 !!!
You should follow Alan's advice. All you need to patch in ppp.c is a single define.
--------------------
--- ppp.c.org	Wed Mar 25 00:54:59 1998
+++ ppp.c	Wed Jun  3 22:29:06 1998
@@ -3076,7 +3076,7 @@
 /*
  * Send a frame to the remote.
  */
-#if LINUX_VERSION_CODE < VERSION(2,1,86)
+#if LINUX_VERSION_CODE >= VERSION(2,1,0) && LINUX_VERSION_CODE < VERSION(2,1,86)
 #define FREE_SKB(skb)	dev_kfree_skb(skb)
 #else
 #define FREE_SKB(skb)	dev_kfree_skb(skb, FREE_WRITE)
--------------------
That's it.

Regards,

Ronny


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:42    [from the cache]
©2003-2008