From owner-cvs-usrsbin Thu Jan 29 12:46:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16187 for cvs-usrsbin-outgoing; Thu, 29 Jan 1998 12:46:40 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 MAA16144; Thu, 29 Jan 1998 12:46:24 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA09032; Thu, 29 Jan 1998 12:45:18 -0800 (PST) Date: Thu, 29 Jan 1998 12:45:18 -0800 (PST) Message-Id: <199801292045.MAA09032@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ccp.c ccp.h defs.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/29 12:45:17 PST Modified files: (Branch: MP) usr.sbin/ppp ccp.c ccp.h defs.c Log: o Move in_algorithm and out_algorithm into CcpInfo. o Take note of the return value of the compression layers init routine, and if it fails, bring the whole layer cleanly back down again. o Only use srandomdev() if ``__FreeBSD__ > 2'' - this makes these sources buildable on 2.2 (where I'm testing). Revision Changes Path 1.30.2.2 +44 -33 src/usr.sbin/ppp/ccp.c 1.14.2.2 +6 -3 src/usr.sbin/ppp/ccp.h 1.11.4.1 +3 -2 src/usr.sbin/ppp/defs.c