Bruce Evans writes:
>On Sun, 2 Apr 2000, Gary Jennejohn wrote:
>> Moving the struct spppreq into global address space solves the problem,
>> but that makes the kernel BSS somewhat larger. Redefining MAX_HDR to be
>> 128 also fixes the problem, even with the struct spppreq on the stack.
>
>Big structs need to be malloced.
>
Yes, but how does one know that a struct is too big ? Before the increase
in MLEN strucct sppp was not too big.
>I think removing the unused bloat in `struct cstate' is the correct fix
>for this particular allocation.
>
I think we should nuke csu_hdr since it's not used anywhere. Is that
what you really mean ?
---
Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message