| Summary: | stab(5) incorrectly states to include just stab.h when it should also include nlist.h | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Aryeh Friedman <aryeh> |
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed It appears that nlist.h is not required in this case, in fact, grepping across CURRENT shows no sign of "*.c" file using this particular include. I'll run a build test to see if it's even still in use, otherwise, this PR seems stale. Thanks! Responsible Changed From-To: freebsd-doc->trhodes Over to me, make life easier in case of follow up. |
The man page for stab(5) reads: STAB(5) FreeBSD File Formats Manual STAB(5) NAME stab - symbol table types SYNOPSIS #include <stab.h> DESCRIPTION