| Summary: | `#define schedsofttty' et al. should not be in ipl_funcs.c | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Andrew Moore <alm> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
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. State Changed From-To: feedback->closed Submitter says that this can be closed. Thanks! |
`#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.