Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
In article <20081219233546.GB8418%britannica.bec.de@localhost>,
Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
>On Fri, Dec 19, 2008 at 09:22:01PM +0000, Christoph Egger wrote:
>> Log Message:
>> Turn malloc flags into an enum.
>
>Technically, I think this violates at least the intention of the enum
>type. Please discuss that change on tech-kern.
>
>Joerg
>
Please back this out. Enums are meant for distinct enumeration values,
not for flags that are meant to be OR-ed together.
christos
Home |
Main Index |
Thread Index |
Old Index