Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/kern/kern_linker.c 74642 2001-03-22 08:58:45Z bp $
---
> * $FreeBSD: head/sys/kern/kern_linker.c 77843 2001-06-06 22:17:08Z peter $
1211,1212c1211
< static char def_linker_path[] = "/boot/modules/;/modules/;/boot/kernel/";
< static char linker_path[MAXPATHLEN] = "";
---
> static char linker_path[MAXPATHLEN] = "/boot/modules/;/modules/;/boot/kernel/";
1217,1218c1216
< TUNABLE_STR_DECL("module_path", def_linker_path, linker_path,
< sizeof(linker_path));
---
> TUNABLE_STR("module_path", linker_path, sizeof(linker_path));