History log of /netbsd-src/common/lib/libc/string/strncat.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 8fdd01b3 04-Feb-2018 mrg <mrg@NetBSD.org>

fixes for GCC 6:

- -Wstrict-prototypes is not available for C++, so don't try to
ignore it for C++.
- remove many _DIAGASSERT() checks against not NULL for functions
with arguments with nonnull

fixes for GCC 6:

- -Wstrict-prototypes is not available for C++, so don't try to
ignore it for C++.
- remove many _DIAGASSERT() checks against not NULL for functions
with arguments with nonnull attributes. in two cases, leave
code behind that should set defaults to "(null)".
- use -Wno-error=frame-address for i386 mcount, as it seems valid
to assume the caller will have a frame.fair

show more ...


# 96602b9e 27-Dec-2013 christos <christos@NetBSD.org>

make it kernel friendly.


# 967db624 27-Dec-2013 christos <christos@NetBSD.org>

kernel needs it now too.