Re: pppd 2.2.0e and 1.3.91

Mena Quintero Federico (quartic@ests119.fciencias.unam.mx)
Fri, 22 Mar 1996 10:06:19 -0600


> linux/Makefile.top, etc.), but the build fails in main.c on
> problems in pppd.h.

You can download ppp-2.2.0.e.fix (or something similar) from
sunsite... pppd.h has a small glitch. You have to replace

#include <sys/types.h>

with

#include <sys/bitypes.h>

And it should compile flawlessly :)

Good luck,
Quartic