Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2015 13:35:57 +0100
From:      Joerg Sonnenberger <joerg@britannica.bec.de>
To:        svn-src-all@freebsd.org
Subject:   Re: svn commit: r277203 - in head/sys: kern sys
Message-ID:  <20150115123557.GC7669@britannica.bec.de>
In-Reply-To: <201501142344.t0ENi0tI088747@svn.freebsd.org>
References:  <201501142344.t0ENi0tI088747@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150115123557.GC7669>