From owner-cvs-all Thu Apr 27 8:11:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A0CC37B5CE; Thu, 27 Apr 2000 08:11:42 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA84819; Thu, 27 Apr 2000 08:11:42 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200004271511.IAA84819@freefall.freebsd.org> From: Bill Paul Date: Thu, 27 Apr 2000 08:11:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/04/27 08:11:42 PDT Modified files: sys/net bpf.c Log: Add a bpfdetach() stub routine to bpf.c. Without this, you'll get an unresolved symbol error if you try to load a network driver into a kernel which doesn't have bpf enabled. Forgotten by: rwatson Found by: peter Revision Changes Path 1.62 +7 -1 src/sys/net/bpf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message