From owner-cvs-all Sun Apr 5 12:05:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25877 for cvs-all-outgoing; Sun, 5 Apr 1998 12:05:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25871; Sun, 5 Apr 1998 12:05:07 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA04977; Sun, 5 Apr 1998 12:02:53 -0700 (PDT) Date: Sun, 5 Apr 1998 12:02:53 -0700 (PDT) Message-Id: <199804051902.MAA04977@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ipcp.h lcp.c lcp.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/04/05 12:02:52 PDT Modified files: (Branch: MP) usr.sbin/ppp ipcp.h lcp.c lcp.h Log: `int var : 1' -> `unsigned var : 1'. This made things look silly and made us mis-negotiate the number of VJ slots. Revision Changes Path 1.18.2.19 +4 -4 src/usr.sbin/ppp/ipcp.h 1.55.2.39 +7 -5 src/usr.sbin/ppp/lcp.c 1.16.2.18 +3 -3 src/usr.sbin/ppp/lcp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message