Add a nested include of <sys/linker_set.h> to make the sysctl(9) manpage

accurate.  <sys/linker_set.h> is one of the very few headers similar to
<sys/queue.h> for which nested includes is allowed.

PR:		docs/153654
Reviewed by:	bde
MFC after:	1 month
This commit is contained in:
John Baldwin 2011-01-10 20:59:19 +00:00
parent 82bf55575d
commit 6dfb79ef63

View File

@ -115,6 +115,8 @@ struct ctlname {
#define CTL_AUTO_START 0x100
#ifdef _KERNEL
#include <sys/linker_set.h>
#define SYSCTL_HANDLER_ARGS struct sysctl_oid *oidp, void *arg1, int arg2, \
struct sysctl_req *req