Bug 14344

Summary: Kernel GENERIC don't work make depend with BPFILTER
Product: Base System Reporter: jmegias <jmegias>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-STABLE   
Hardware: Any   
OS: Any   

Description jmegias 1999-10-15 10:00:01 UTC
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>

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.
How-To-Repeat: Repeat make depend to GENERIC Kernel.
Comment 1 ru freebsd_committer freebsd_triage 1999-10-15 10:07:20 UTC
State Changed
From-To: open->closed

Already fixed in src/sys/pci/if_sis.c,v 1.13.2.2.