In article <[EMAIL PROTECTED]> you wrote:
> While trying to compile v2.3.5 of pppd it bombs with an error. I have
> patched ppp.c so that "make kernel" works correctly, and the kernel
> compile works. The actual pppd compile does not work.
> I have looked at the point where the error is occuring, however I do not
> understand C well enough to see the problem. Can anyone help?
> In file included from sys-linux.c:68:
> ../include/linux/ppp_defs.h:97: parse error before `ext_accm'
> ../include/linux/ppp_defs.h:97: warning: data definition has no type or
> storage class
> ../include/linux/ppp_defs.h:113: parse error before `__u32'

In sys-linux.c find lines where <linux/types.h> is included. It should
read:

#include <linux/types.h>
#include <asm/types.h>

Original version only included one of the files and the type __u32 was
undeclared.

-- 
Pawel Krawczyk, CETI internet, Krakow. http://www.ceti.com.pl/

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

Reply via email to