> My guess is that your only options are to stick earlier pppd or
> upgrade to Linux 2.1.x.
There is apparently a typo (?) in linux/ppp.c (line 3079, give or take)..
i believe the suggested fix is reversing the following #if:
#if LINUX_VERSION_CODE < VERSION(2,1,86)
so that it says:
#if LINUX_VERSION_CODE > VERSION(2,1,86)
this way it will compile on a 2.0.x kernel (at least it did for me with
RedHat 4.2, kernel 2.0.35) but i'm not sure if that will break it for
2.1.x kernels or not.
Regards,
Pete
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]