[2.1.69] Recipe I used to get pppd 2.3.2 to compile.

Myrdraal (myrdraal@jackalz.dyn.ml.org)
Tue, 2 Dec 1997 13:30:45 -0500


Hi,
What I did to make pppd 2.3.2 compile is copy socket.h to the pppd directory,
then edited sys-linux.c to use that file instead of the one in the include
directories, I then edited the local socket.h and commented out the line
where it included sockbits.h, and added this line to it:
typedef unsigned int socklen_t;
and it compiled nicely, infact I'm using it right now.
-Myrdraal