Bug 21143

Summary: `#define schedsofttty' et al. should not be in ipl_funcs.c
Product: Base System Reporter: Andrew Moore <alm>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description Andrew Moore 2000-09-09 08:40:01 UTC
`#define schedsofttty' et al. should not be in ipl_funcs.c.
These are pre-processor directives, so either they should move to
<sys/systm.h> or they should be redefined, e.g., as
void schedsofttty(void) {};

How-To-Repeat: Try building a kernel with the cy device.
Comment 1 iedowse freebsd_committer freebsd_triage 2001-08-26 11:32:19 UTC
State Changed
From-To: open->feedback


Is this still a problem, or was it just a temporary build failure 
in -current? The PR doesn't contain a lot of details.
Comment 2 iedowse freebsd_committer freebsd_triage 2001-08-26 12:36:54 UTC
State Changed
From-To: feedback->closed


Submitter says that this can be closed. Thanks!