]> git.saurik.com Git - apple/libc.git/blame - string/FreeBSD/memcpy.c.patch
Libc-339.tar.gz
[apple/libc.git] / string / FreeBSD / memcpy.c.patch
CommitLineData
9385eb3d
A
1--- memcpy.c.orig Fri Mar 22 13:53:19 2002
2+++ memcpy.c Sat May 3 14:33:58 2003
3@@ -2,4 +2,4 @@
4 __FBSDID("$FreeBSD: src/lib/libc/string/memcpy.c,v 1.2 2002/03/22 21:53:19 obrien Exp $");
5
6 #define MEMCOPY
7-#include "bcopy.c"
8+#include "bcopy-fbsd.c"