FreeBSD Bugzilla – Attachment 104288 Details for
Bug 144446
[patch] db(3) fails with large block sizes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 501 bytes, created by
Peter Jeremy
on 2010-03-03 11:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter Jeremy
Created:
2010-03-03 11:30:01 UTC
Size:
501 bytes
patch
obsolete
>Index: hash/hash.c >=================================================================== >RCS file: /usr/ncvs/src/lib/libc/db/hash/hash.c,v >retrieving revision 1.21.2.2 >diff -u -r1.21.2.2 hash.c >--- hash/hash.c 28 Aug 2009 19:48:06 -0000 1.21.2.2 >+++ hash/hash.c 3 Mar 2010 09:39:45 -0000 >@@ -293,6 +293,8 @@ > if (stat(file, &statbuf)) > return (NULL); > hashp->BSIZE = statbuf.st_blksize; >+ if (hashp->BSIZE > MAX_BSIZE) >+ hashp->BSIZE = MAX_BSIZE; > hashp->BSHIFT = __log2(hashp->BSIZE); > } >
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 144446
: 104288 |
104289
|
104290