X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/e3cf15b684ccf1496b6a682c8d46192674711eb2..9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf:/string/FreeBSD/memcpy.c.patch diff --git a/string/FreeBSD/memcpy.c.patch b/string/FreeBSD/memcpy.c.patch new file mode 100644 index 0000000..4e60f56 --- /dev/null +++ b/string/FreeBSD/memcpy.c.patch @@ -0,0 +1,8 @@ +--- memcpy.c.orig Fri Mar 22 13:53:19 2002 ++++ memcpy.c Sat May 3 14:33:58 2003 +@@ -2,4 +2,4 @@ + __FBSDID("$FreeBSD: src/lib/libc/string/memcpy.c,v 1.2 2002/03/22 21:53:19 obrien Exp $"); + + #define MEMCOPY +-#include "bcopy.c" ++#include "bcopy-fbsd.c"