> I got an error trying to compile ppp 2.3.6
> with CBCP enabled (egcs 1.1.1):

  Yes, it is broken. Attached is the diff for original ppp-2.3.6 package.
If you are adventurous, please test my reworked and improved CBCP
support for pppd-2.3.6 (better client, server & LCP mode now implemented)
on:

http://atrey.karlin.mff.cuni.cz/~short/sw/cbng-ppp-2.3.6.diff.gz



                                Thanks, Lace
diff -ruN ppp-2.3.6-orig/pppd/cbcp.c ppp-2.3.6/pppd/cbcp.c
--- ppp-2.3.6-orig/pppd/cbcp.c  Tue Mar  2 06:33:41 1999
+++ ppp-2.3.6/pppd/cbcp.c       Sun Mar 14 07:17:29 1999
@@ -73,7 +73,6 @@
     cbcp_option_list,
     NULL,
     NULL,
-    NULL,
     NULL
 };
 
@@ -444,8 +443,6 @@
 
     cbcp_up(us);
 }
-
-extern int persist;
 
 /* ok peer will do callback */
 static void

Reply via email to