Module Name: src Committed By: pooka Date: Wed Mar 3 01:13:26 UTC 2010
Modified Files: src/sys/netkey: key.c Log Message: Remove #ifdef KERNFS by using weak symbols. Notably, this approach won't work when kernfs is a module. But then again, kernfs as a module (i.e. current situation) doesn't contain IPSEC support, so it's not really any worse either. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/sys/netkey/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.