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!
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]