FreeBSD Bugzilla – Attachment 10711 Details for
Bug 21405
Default module patch mismatch between kernel and loader(8)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 922 bytes, created by
Makoto Matsushita
on 2000-09-20 03:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Makoto Matsushita
Created:
2000-09-20 03:40:01 UTC
Size:
922 bytes
patch
obsolete
>Index: kern_linker.c >=================================================================== >RCS file: /usr/site/FreeBSD/ncvs/src/sys/kern/kern_linker.c,v >retrieving revision 1.51 >diff -c -r1.51 kern_linker.c >*** kern_linker.c 2000/09/06 06:22:20 1.51 >--- kern_linker.c 2000/09/20 02:24:29 >*************** >*** 1168,1174 **** > * character as a separator to be consistent with the bootloader. > */ > >! static char linker_path[MAXPATHLEN] = "/boot/modules/;/modules/;/boot/kernel/"; > > SYSCTL_STRING(_kern, OID_AUTO, module_path, CTLFLAG_RW, linker_path, > sizeof(linker_path), "module load search path"); >--- 1168,1174 ---- > * character as a separator to be consistent with the bootloader. > */ > >! 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");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21405
: 10711