Bug 39369

Summary: "pseudo-device sppp" requires net/slcompress.c
Product: Base System Reporter: rk <rk>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.6-STABLE   
Hardware: Any   
OS: Any   

Description rk 2002-06-16 17:10:06 UTC
A kernel with "pseudo-device sppp" fails to compile unless another
pseudo-device that requires net/slcompress.c is also present in the
kernel configuration.

Fix: 

add "net/slcompress.c	optional sppp" to src/sys/conf/files
How-To-Repeat: 
Try to build a kernel with "pseudo-device sppp" but without any of
"sl", "ppp", "netgraph_vjc", "i4bipr" and "i4bisppp" pseudo devices.
Comment 1 Joerg Wunsch freebsd_committer freebsd_triage 2002-08-26 21:59:56 UTC
State Changed
From-To: open->closed

jhay has fixed this on 2002-06-17 but forgot to close that PR. 

Thanks!