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
- eye-candy hack - warp_saver changing direction :) Peter Pentchev
- Re: eye-candy hack - warp_saver changing directio... Peter Pentchev
- Re: eye-candy hack - warp_saver changing directio... Dag-Erling Smorgrav
- Re: eye-candy hack - warp_saver changing dire... Peter Pentchev
- Re: eye-candy hack - warp_saver changing ... Peter Pentchev
- Re: eye-candy hack - warp_saver chang... Dag-Erling Smorgrav
- Re: eye-candy hack - warp_saver ... Peter Pentchev
- Re: eye-candy hack - warp_sa... Essenz Consulting

