On Tue, 6 Apr 1999, William Waite wrote:

|I was trying to recompile my linux 2.0.33 kernel after running "make
|kernel" in the ppp-2.3.4 directory.  ppp.c failed to compile, with the
|message "too few arguments to dev_kfree_skb".
|
|The problem went away if I defined FREE_SKB as:
|
|#define FREE_SKB(skb)   dev_kfree_skb(skb, FREE_WRITE)
|
|This definition is only selected, however, for VERSION(2,1,86) or higher.
|Since my kernel is 2.0.33, there appears to be an inconsistency somewhere.
|
|I've not yet got to the point of trying PPP, so I don't know whether this
|error is deeper than it appears -- any comments would be appreciated!

That will work.  Actually the ">" should have been a "<="  in the
versioning statement.  It's a known problem in ppp 2.3.4 and 2.3.5 and has
caused a lot of grief. 

---
Clifford Kite                                               Not a guru. (tm)


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to