Commit ID: 1005FA6044B698B4A11
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/11/07 02:20:10 UTC
Modified files:
lib/libc/string: Makefile.inc
include : string.h
Added files:
lib/libc/string: memmem.c
Log message:
add the utterly stupid unconstifying memmem(3) API
from, presumably, musl, via openssh-portable
fix it up somewhat to use standards-compliant unconstifying… hmpf…
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.30 -r1.31 src/lib/libc/string/Makefile.inc
cvs -R rdiff -kk -upr0 -r1.1 src/lib/libc/string/memmem.c
cvs -R rdiff -kk -upr1.16 -r1.17 src/include/string.h