From owner-freebsd-commit Tue Oct 31 12:41:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA22299 for freebsd-commit-outgoing; Tue, 31 Oct 1995 12:41:26 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA22286 for cvs-all-outgoing; Tue, 31 Oct 1995 12:41:22 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA22276 for cvs-sys-outgoing; Tue, 31 Oct 1995 12:41:19 -0800 Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA22270 ; Tue, 31 Oct 1995 12:41:15 -0800 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.12/8.6.12) with SMTP id MAA29147; Tue, 31 Oct 1995 12:39:03 -0800 Message-Id: <199510312039.MAA29147@precipice.shockwave.com> To: Peter Wemm cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/net if_sl.c slcompress.c slcompress.h In-reply-to: Your message of "Tue, 31 Oct 1995 11:22:33 PST." <199510311922.LAA18569@freefall.freebsd.org> Date: Tue, 31 Oct 1995 12:39:02 -0800 From: Paul Traina Sender: owner-commit@FreeBSD.org Precedence: bulk Urk! (a) hsu strikes again? (b) this means that slcompress.[ch] are required for ppp, you need to fix the configuration stuff From: Peter Wemm Subject: cvs commit: src/sys/net if_sl.c slcompress.c slcompress.h hsu 95/10/31 11:22:33 Modified: sys/net if_sl.c slcompress.c slcompress.h Log: slcompress: split one of the functions into two parts, to allow use by both if_sl and if_ppp (from ppp-2.2), eliminating the nearly identical pppcompress.[ch] code. Add maximum VJ compression states argument to sl_compress_init(). if_sl: call sl_compress_init() with the extra argument.