On Monday 15 January 2007 16:06, Randall Stewart wrote: > rrs 2007-01-15 15:06:28 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_subr.c > sys/sys systm.h > share/man/man9 Makefile hashinit.9 > Log: > Reviewed by: rwatson > Approved by: gnn > > Add a new function hashinit_flags() which allows NOT-waiting > for memory (or waiting). The old hashinit() function now > calls hashinit_flags(..., HASH_WAITOK);
This breaks the tinderbox: > /src/sys/kern/kern_subr.c: In function `hashinit_flags': > /src/sys/kern/kern_subr.c:375: warning: suggest parentheses around > comparison in operand of | *** Error code 1 and why are we useing new flags, btw? Can't we just pass down the normal malloc flags? I seem to remember that we do that in a couple of places already. > Revision Changes Path > 1.288 +2 -1 src/share/man/man9/Makefile > 1.3 +26 -2 src/share/man/man9/hashinit.9 > 1.100 +36 -6 src/sys/kern/kern_subr.c > 1.248 +6 -1 src/sys/sys/systm.h -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News
pgp3DTAHnqbE9.pgp
Description: PGP signature
