From owner-cvs-all Fri Dec 28 15:20:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4417737B405; Fri, 28 Dec 2001 15:20:13 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSNKD383474; Fri, 28 Dec 2001 15:20:13 -0800 (PST) (envelope-from joerg) Message-Id: <200112282320.fBSNKD383474@freefall.freebsd.org> From: Joerg Wunsch Date: Fri, 28 Dec 2001 15:20:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_sppp.h if_spppsubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2001/12/28 15:20:13 PST Modified files: sys/net if_sppp.h if_spppsubr.c Log: Fix my breakage to the low-level hardware sync drivers brought by the inclusion of VJ compression into sppp. Now, instead of the need to include this and that and everything plus the kitchensink in each of those drivers, struct sppp uses struct slcompress as an opaque structure only referenced by a pointer. The actual structure is then malloced at initialization time. While i was at it, also fixed a bug where received VJ packets would only be recognized if INET6 was defined. Revision Changes Path 1.22 +1 -1 src/sys/net/if_sppp.h 1.81 +26 -25 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message