core: use uint8_t instead of __u8
authorBartosz Golaszewski <bartekgola@gmail.com>
Thu, 23 Feb 2017 15:54:59 +0000 (16:54 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 23 Feb 2017 15:54:59 +0000 (16:54 +0100)
commit25f2ccff8fe1f2559b4f7068467a05a8fb7153ed
tree8c25d363436de1b01ab76dc884620992cb129a32
parentc65a66036bf30e5766d53ee52da82d6d589ccffe
core: use uint8_t instead of __u8

User space should use types defined in <stdint.h>, not the
linux-specific ones.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
src/lib/core.c