svn commit: r277203 - in head/sys: kern sys

Joerg Sonnenberger joerg at britannica.bec.de
Thu Jan 15 12:36:30 UTC 2015


On Wed, Jan 14, 2015 at 11:44:00PM +0000, Robert Watson wrote:
>   - As we anticipate embedding mbufs headers within variable-size regions of
>     memory in the future, change the definitions of byte arrays embedded in
>     mbufs to be of size [0] rather than [MLEN] and [MHLEN].

This is not valid C. You may be able to use flexible array members ([])
instead.

Joerg


More information about the svn-src-all mailing list