Loading...
string/FreeBSD/memmove.c.patch /dev/null Libc-763.12
--- /dev/null
+++ Libc/Libc-763.12/string/FreeBSD/memmove.c.patch
@@ -0,0 +1,8 @@
+--- 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"