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