CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2013/05/13 04:37:02
Modified files: lib/libc : shlib_version include : string.h lib/libc/string: Makefile.inc Added files: lib/libc/string: memmem.3 memmem.c Log message: Add an implementation of memmem() -- from FreeBSD with some tweaks. Requires a libc minor bump, committing now so that we have up-to-date snapshots for the upcoming hackathon. joint work with millert@ man page bits ok jmc@ input and ok millert@, guenther@, deraadt@