Module Name: src Committed By: dsl Date: Sat Jul 18 09:41:23 UTC 2009
Modified Files: src/lib/libc/string: Makefile.inc Log Message: Remove index() and rindex() from the list (in comment) To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/lib/libc/string/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/string/Makefile.inc diff -u src/lib/libc/string/Makefile.inc:1.71 src/lib/libc/string/Makefile.inc:1.72 --- src/lib/libc/string/Makefile.inc:1.71 Fri May 1 17:27:01 2009 +++ src/lib/libc/string/Makefile.inc Sat Jul 18 09:41:23 2009 @@ -1,5 +1,5 @@ # from: @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $NetBSD: Makefile.inc,v 1.71 2009/05/01 17:27:01 perry Exp $ +# $NetBSD: Makefile.inc,v 1.72 2009/07/18 09:41:23 dsl Exp $ # string sources .PATH: ${ARCHDIR}/string ${.CURDIR}/string @@ -25,8 +25,8 @@ # machine-dependent net sources # m-d Makefile.inc must include sources for: -# bcmp() bcopy() bzero() ffs() index() memchr() memcmp() memset() -# rindex() strcat() strcmp() strcpy() strcspn() strlen() +# bcmp() bcopy() bzero() ffs() memchr() memcmp() memset() +# strcat() strcmp() strcpy() strcspn() strlen() # strncat() strncmp() strncpy() strpbrk() strsep() # strspn() strstr() swav() # m-d Makefile.inc may include sources for: