FreeBSD Bugzilla – Attachment 83758 Details for
Bug 119604
[kernel] [patch] remove superfluous line in sys/kern/subr_autoconf.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
subr_autoconf.c.diff
subr_autoconf.c.diff (text/plain), 659 bytes, created by
Antoine Brodin
on 2008-01-12 17:00:00 UTC
(
hide
)
Description:
subr_autoconf.c.diff
Filename:
MIME Type:
Creator:
Antoine Brodin
Created:
2008-01-12 17:00:00 UTC
Size:
659 bytes
patch
obsolete
>Index: subr_autoconf.c >=================================================================== >RCS file: /home/ncvs/src/sys/kern/subr_autoconf.c,v >retrieving revision 1.23 >diff -u -p -r1.23 subr_autoconf.c >--- subr_autoconf.c 19 Jul 2006 18:53:56 -0000 1.23 >+++ subr_autoconf.c 30 Dec 2007 19:39:36 -0000 >@@ -67,7 +67,6 @@ run_interrupt_driven_config_hooks(dummy) > mtx_lock(&intr_config_hook_lock); > TAILQ_FOREACH_SAFE(hook_entry, &intr_config_hook_list, ich_links, > next_entry) { >- next_entry = TAILQ_NEXT(hook_entry, ich_links); > mtx_unlock(&intr_config_hook_lock); > (*hook_entry->ich_func)(hook_entry->ich_arg); > mtx_lock(&intr_config_hook_lock);
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 119604
: 83758