]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Do not use legacy BSD u_* types
authorGuillem Jover <guillem@hadrons.org>
Mon, 5 Jun 2017 04:17:27 +0000 (06:17 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 5 Jun 2017 04:18:27 +0000 (06:18 +0200)
commit07c76b666dc8e8fd2fb4f2b716f65687b60af8c7
tree3b797c86eee3ec6808e069aa15fbf9be3b0c7f2b
parente4475738fefe3b0c7388b293e8b0828560c6b830
Do not use legacy BSD u_* types

Some systems do not have these types available, and they are simply
convenience aliases. Instead use the expanded versions which are more
portable.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=101192
12 files changed:
include/bsd/netinet/ip_icmp.h
include/bsd/stdlib.h
src/arc4random.c
src/chacha_private.h
src/getentropy_bsd.c
src/hash/helper.c
src/inet_net_pton.c
src/merge.c
src/nlist.c
src/radixsort.c
src/unvis.c
src/vis.c