X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/7b00c0c43f52e9d27168e67a26aac19065cdb40c..ad3c9f2af814c84582fdd1649e49ec4f68572c5a:/string/FreeBSD/memmove.c.patch diff --git a/string/FreeBSD/memmove.c.patch b/string/FreeBSD/memmove.c.patch deleted file mode 100644 index 1478a89..0000000 --- a/string/FreeBSD/memmove.c.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- memmove.c.orig Fri Mar 22 13:53:19 2002 -+++ memmove.c Sat May 3 14:34:06 2003 -@@ -2,4 +2,4 @@ - __FBSDID("$FreeBSD: src/lib/libc/string/memmove.c,v 1.2 2002/03/22 21:53:19 obrien Exp $"); - - #define MEMMOVE --#include "bcopy.c" -+#include "bcopy-fbsd.c"