]> git.saurik.com Git - apple/libc.git/blob - string/FreeBSD/strchr.c.patch
Libc-320.1.3.tar.gz
[apple/libc.git] / string / FreeBSD / strchr.c.patch
1 --- strchr.c.orig Fri Mar 22 13:53:19 2002
2 +++ strchr.c Sat May 3 14:34:14 2003
3 @@ -2,4 +2,4 @@
4 __FBSDID("$FreeBSD: src/lib/libc/string/strchr.c,v 1.2 2002/03/22 21:53:19 obrien Exp $");
5
6 #define STRCHR
7 -#include "index.c"
8 +#include "index-fbsd.c"