summaryrefslogtreecommitdiff
path: root/sys/kern/kern_linker.c
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-08-20 01:12:28 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-08-20 01:12:28 +0000
commitfcd7e67061c53f55513ef201021e932be6979a83 (patch)
tree58532c10c254f0e465877644ba871b223dd705d8 /sys/kern/kern_linker.c
parentbed6a37708ec564111d4d0f3654a9a8c152823a2 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_linker.c')
-rw-r--r--sys/kern/kern_linker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_linker.c b/sys/kern/kern_linker.c
index 09517a254657..48f414b2f4ac 100644
--- a/sys/kern/kern_linker.c
+++ b/sys/kern/kern_linker.c
@@ -1237,7 +1237,7 @@ SYSINIT(preload, SI_SUB_KLD, SI_ORDER_MIDDLE, linker_preload, 0);
* character as a separator to be consistent with the bootloader.
*/
-static char linker_path[MAXPATHLEN] = "/boot/modules/;/modules/;/boot/kernel/";
+static char linker_path[MAXPATHLEN] = "/boot/kernel;/boot/modules/;/modules/";
SYSCTL_STRING(_kern, OID_AUTO, module_path, CTLFLAG_RW, linker_path,
sizeof(linker_path), "module load search path");