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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to