On Wed, 22 Jun 2016 22:50:36 -0400 Kylie McClain <somasissounds@xxxxxxxxx> wrote: > From: Kylie McClain <somasis@xxxxxxxxxxx> > > - Silence warnings: > errno.h is defined by POSIX, sys/errno.h is a glibcism, same with > fcntl.h vs. sys/fcntl.h > - Use standard types rather than _GNU_SOURCE-exposed types > u_int16_t -> uint16_t > u_int8_t -> uint8_t > --- > brctl/brctl.c | 2 +- > libbridge/libbridge.h | 13 +++++++------ > libbridge/libbridge_devif.c | 2 +- > libbridge/libbridge_if.c | 2 +- > 4 files changed, 10 insertions(+), 9 deletions(-) > Applied to git tree, but won't be spinning a new release anytime soon.