OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Antoine Jacoutot (ajacoutotcvs.openbsd.org)
Date: Mon May 13 2013 - 05:37:02 CDT


CVSROOT: /cvs
Module name: src
Changes by: ajacoutotcvs.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