FreeBSD Bugzilla – Attachment 15760 Details for
Bug 29131
Current hungs in sysctl -a while booting + patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 518 bytes, created by
kabaev
on 2001-07-22 04:40:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kabaev
Created:
2001-07-22 04:40:09 UTC
Size:
518 bytes
patch
obsolete
>Index: kern_sysctl.c >=================================================================== >RCS file: /home/ncvs/src/sys/kern/kern_sysctl.c,v >retrieving revision 1.110 >diff -u -u -r1.110 kern_sysctl.c >--- kern_sysctl.c 2001/06/22 19:54:38 1.110 >+++ kern_sysctl.c 2001/07/22 03:04:45 >@@ -113,7 +113,7 @@ > * 100 to leave space for pre-assigned oid numbers. > */ > if (oidp->oid_number == OID_AUTO) { >- static int newoid = 100; >+ static int newoid = 0x100; > > oidp->oid_number = newoid++; > if (newoid == 0x7fffffff)
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 29131
: 15760 |
15761
|
15762