From nobody@FreeBSD.ORG Fri Oct 15 01:56:24 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id E99EF14DAA; Fri, 15 Oct 1999 01:56:23 -0700 (PDT)
Message-Id: <19991015085623.E99EF14DAA@hub.freebsd.org>
Date: Fri, 15 Oct 1999 01:56:23 -0700 (PDT)
From: jmegias@caja-granada.es
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: Kernel GENERIC don't work make depend with BPFILTER
X-Send-Pr-Version: www-1.0

>Number:         14344
>Category:       kern
>Synopsis:       Kernel GENERIC don't work make depend with BPFILTER
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 15 02:00:01 PDT 1999
>Closed-Date:    Fri Oct 15 02:07:20 PDT 1999
>Last-Modified:  Fri Oct 15 02:09:40 PDT 1999
>Originator:     Jose Megias
>Release:        3.3-STABLE
>Organization:
Caja General Ahorros de Granada
>Environment:
FreeBSD mulhacen2.caja-granada.es 3.3-STABLE FreeBSD 3.3-STABLE #2: Thu Oct 14 1
3:32:34 CEST 1999     root@mulhacen2.caja-granada.es:/usr/src/sys/compile/GENERI
C  i386

>Description:
When I execute make depend in kernel GENERIC after update my computer with make world, the process fail with an error in the module if_sis.c because it doesn't find bpf.h. This file contains the following lines:
#include "bpf.h"
#include <net/bpf.h>

>How-To-Repeat:
Repeat make depend to GENERIC Kernel.
>Fix:
Eliminate the line: #include "bpf.h", then the process of install the kernel GENERIC works fine (make depend, make and make install) and the computer works ok with the new kernel.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Fri Oct 15 02:07:20 PDT 1999 
State-Changed-Why:  
Already fixed in src/sys/pci/if_sis.c,v 1.13.2.2. 
>Unformatted:
