Loading...
string/FreeBSD/strrchr.c.patch Libc-583 /dev/null
--- Libc/Libc-583/string/FreeBSD/strrchr.c.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- strrchr.c.orig	Fri Mar 22 13:53:19 2002
-+++ strrchr.c	Sat May  3 14:34:24 2003
-@@ -2,4 +2,4 @@
- __FBSDID("$FreeBSD: src/lib/libc/string/strrchr.c,v 1.2 2002/03/22 21:53:19 obrien Exp $");
- 
- #define	STRRCHR
--#include "rindex.c"
-+#include "rindex-fbsd.c"