libbsd/include/bsd
Guillem Jover e4e15ed286 Fix strnvis() and strnunvis() NetBSD ABI break
The NetBSD implementations have different prototypes to the ones coming
from OpenBSD, which will break builds, and have caused segfaults at
run-time. We provide now both interfaces with different prototypes as
different version nodes allow selecting them at compile-time, defaulting
for now to the OpenBSD one to avoid build-time breakage, while emitting
a compile-time warning. Later on, in 0.10.0, we will be switching the
compile-time default to the NetBSD version.

Ref: http://gnats.netbsd.org/44977
Fixes: https://bugs.debian.org/899282
2018-05-22 16:07:42 +02:00
..
netinet Namespace header inclusion protection macros 2017-06-19 03:17:21 +02:00
sys Add symbol redirection support 2018-05-22 15:45:37 +02:00
bitstring.h Add <bitstring.h> for compatibility with NetBSD and OpenBSD 2012-05-29 04:51:16 +02:00
bsd.h Turn <bsd/bsd.h> inert when using LIBBSD_OVERLAY 2015-12-14 00:58:59 +01:00
err.h Use the non-overlayed libbsd headers when we need our own definitions 2015-12-14 00:58:51 +01:00
getopt.h Add email address to my name 2012-05-29 04:51:45 +02:00
inttypes.h Import strtoi() and strtou() functions from NetBSD 2018-05-21 04:47:28 +02:00
libutil.h Update humanize_number() from FreeBSD 2018-05-21 04:47:28 +02:00
md5.h Handle systems missing <sys/cdefs.h> 2018-03-13 02:28:53 +01:00
nlist.h Handle systems missing <sys/cdefs.h> 2018-03-13 02:28:53 +01:00
readpassphrase.h Handle systems missing <sys/cdefs.h> 2018-03-13 02:28:53 +01:00
stdio.h Support GCC deprecated attribute for GCC older than 4.5 2017-06-05 05:51:52 +02:00
stdlib.h Fix function declaration protection for glibc already providing them 2018-03-13 02:28:53 +01:00
string.h Fix function declaration protection for glibc already providing them 2018-03-13 02:28:53 +01:00
stringlist.h Handle systems missing <sys/cdefs.h> 2018-03-13 02:28:53 +01:00
timeconv.h Handle systems missing <sys/cdefs.h> 2018-03-13 02:28:53 +01:00
unistd.h Use the non-overlayed libbsd headers when we need our own definitions 2015-12-14 00:58:51 +01:00
vis.h Fix strnvis() and strnunvis() NetBSD ABI break 2018-05-22 16:07:42 +02:00
wchar.h Handle systems missing <sys/cdefs.h> 2018-03-13 02:28:53 +01:00