From owner-freebsd-commit Tue Oct 31 11:22:42 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA18602 for freebsd-commit-outgoing; Tue, 31 Oct 1995 11:22:42 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA18590 for cvs-all-outgoing; Tue, 31 Oct 1995 11:22:39 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA18580 for cvs-sys-outgoing; Tue, 31 Oct 1995 11:22:37 -0800 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA18569 ; Tue, 31 Oct 1995 11:22:33 -0800 Date: Tue, 31 Oct 1995 11:22:33 -0800 From: Peter Wemm Message-Id: <199510311922.LAA18569@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/net if_sl.c slcompress.c slcompress.h Sender: owner-commit@FreeBSD.org Precedence: bulk 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.