FreeBSD Bugzilla – Attachment 16737 Details for
Bug 30594
[PATCH] panic: static sysctl oid too high: 684 - when unloading snd_es137x.ko
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch (text/plain), 369 bytes, created by
mux
on 2001-09-15 18:40:01 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
mux
Created:
2001-09-15 18:40:01 UTC
Size:
369 bytes
patch
obsolete
>--- /usr/src/sys/kern/kern_sysctl.c Fri Sep 14 21:01:08 2001 >+++ kern_sysctl.c Sat Sep 15 18:00:30 2001 >@@ -189,6 +189,8 @@ > else > e1 = TAILQ_LAST(clist, sysctl_ctx_list); > while (e1 != NULL) { >+ if (e1->entry->oid_number >= CTL_AUTO_START) >+ e1->entry->oid_number = OID_AUTO; > sysctl_register_oid(e1->entry); > e1 = TAILQ_PREV(e1, sysctl_ctx_list, link); > }
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 30594
: 16737