Peter Pentchev <[EMAIL PROTECTED]> writes:
> SYSCTL_DECL(_kern_saver);

SYSCTL_DECL is for declaring a node that's defined elsewhere. You
should use the following instead:

SYSCTL_NODE(_kern, OID_AUTO, saver, CTLFLAG_RW, NULL, "Screensavers");

There's no substitute for reading src/sys/sys/sysctl.h.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to