From owner-cvs-sys Fri Oct 17 17:58:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA19455 for cvs-sys-outgoing; Fri, 17 Oct 1997 17:58:04 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA19433; Fri, 17 Oct 1997 17:57:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA15352; Fri, 17 Oct 1997 17:56:23 -0700 (PDT) Date: Fri, 17 Oct 1997 17:56:23 -0700 (PDT) Message-Id: <199710180056.RAA15352@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ppp.c ppp_tty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/17 17:56:23 PDT Modified files: sys/net if_ppp.c ppp_tty.c Log: Better fix for the bpf dependency that doesn't have such a large impact on the code and pppd in userland. PPP_FILTER is meant to be an option (or negatable option). Revision Changes Path 1.48 +5 -1 src/sys/net/if_ppp.c 1.26 +6 -1 src/sys/net/ppp_tty.c