On Thu, Dec 14, 2017 at 9:26 PM, Jonathan Neuschäfer <[email protected]> wrote:
> u_int32_t is a non-standard version of uint32_t, that was apparently > introduced by BSD. Use uint32_t from stdint.h instead. > > Signed-off-by: Jonathan Neuschäfer <[email protected]> Patch applied. Yours, Linus Walleij

