diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-03-03 22:53:35 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-03-03 22:53:35 +0000 |
| commit | 6de61153e88b93085e560cdafba29935e9d5c8a5 (patch) | |
| tree | 585b9a902ad379a9f36e207a2b9697b59c17563d /sys/boot/common/module.c | |
| parent | f2bffe0f7f74a5531e2d89932db26ecf49f55739 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/module.c')
| -rw-r--r-- | sys/boot/common/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c index dbbf62964acf..3237049ea2d1 100644 --- a/sys/boot/common/module.c +++ b/sys/boot/common/module.c @@ -65,7 +65,7 @@ static void moduledir_rebuild(void); /* load address should be tweaked by first module loaded (kernel) */ static vm_offset_t loadaddr = 0; -static const char *default_searchpath ="/boot/kernel;/boot/modules;/modules"; +static const char *default_searchpath ="/boot/kernel;/boot/modules"; static STAILQ_HEAD(, moduledir) moduledir_list = STAILQ_HEAD_INITIALIZER(moduledir_list); |
