History log of /netbsd-src/common/lib/libc/string/strstr.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 ...


# a8565cf9 04-Jun-2007 christos <christos@NetBSD.org>

handle fortify, ansify.


# 37c9f0a6 20-Dec-2005 christos <christos@NetBSD.org>

Merge libkern + libc common files. As requested by core.