summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/pred.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-04-16 00:26:21 +0000
committerBrian Somers <brian@FreeBSD.org>1998-04-16 00:26:21 +0000
commit1342caed9c9c94c4524363408e77113333963bd5 (patch)
tree9403f2083bbafe0bcd374a8dfdbf86e3e55c1cbf /usr.sbin/ppp/pred.c
parent250920922b3be54741dcb0fc6afecb9150bf8c51 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/pred.c')
-rw-r--r--usr.sbin/ppp/pred.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/ppp/pred.c b/usr.sbin/ppp/pred.c
index 493a62c9f848..2590e22798e0 100644
--- a/usr.sbin/ppp/pred.c
+++ b/usr.sbin/ppp/pred.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: pred.c,v 1.20.2.7 1998/04/06 09:12:35 brian Exp $
+ * $Id: pred.c,v 1.20.2.8 1998/04/07 00:54:15 brian Exp $
*/
#include <sys/types.h>
@@ -36,7 +36,6 @@
#include "mbuf.h"
#include "log.h"
-#include "vars.h"
#include "timer.h"
#include "fsm.h"
#include "lqr.h"
@@ -313,7 +312,7 @@ Pred1SetOptsInput(struct lcp_opt *o, const struct ccp_config *cfg)
const struct ccp_algorithm Pred1Algorithm = {
TY_PRED1,
- ConfPred1,
+ CCP_NEG_PRED1,
Pred1DispOpts,
{
Pred1SetOptsInput,