Bug 24252

Summary: IPFILTER Kernel Module cannot find osreldate.h
Product: Base System Reporter: Matt <Matt>
Component: kernAssignee: Darern Reed <darrenr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Matt 2001-01-11 14:40:02 UTC
IPFILTER Kernel Module cannot find osreldate.h .
It is looking in /usr/src/sys and not in /usr/src/sys/sys where all the files are.

Fix: 

Temp fix... copy the file osreldate.h to /usr/src/sys or add a synlink the other way.
Should be an easy fix in the code.
How-To-Repeat: install IPFILTER:
config the new kernel with the 'option IPFILTER' and others
/usr/sbin/config newkernel
cd ../../compile/newkernel
make depend
make (should exit with the above error
Comment 1 Darern Reed freebsd_committer freebsd_triage 2001-02-21 21:37:23 UTC
State Changed
From-To: open->closed

recent import fixes this problem. 


Comment 2 Darern Reed freebsd_committer freebsd_triage 2001-02-21 21:37:23 UTC
Responsible Changed
From-To: freebsd-bugs->darrenr

darrenr is responsible for ipfilter