K 10 svn:author V 3 mux K 8 svn:date V 27 2003-05-29T21:19:18.000000Z K 7 svn:log V 356 When loading a module that contains a sysctl which is already compiled in the kernel, the sysctl_register() call would fail, as expected. However, when unloading this module again, the kernel would then panic in sysctl_unregister(). Print a message error instead. Submitted by: Nicolai Petri Reviewed by: imp Approved by: re@ (jhb) END