X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemrchr.c;h=29fd53101652103635ec1bf7aea919d008161b42;hb=dd6ceef65e424d30db8706273f88c20b015012ce;hp=471511c57f5f21d0b4f069c47240dea81900d9e5;hpb=0632e115747ff96e93330c88f536d7354a7ce507;p=gnulib.git diff --git a/lib/memrchr.c b/lib/memrchr.c index 471511c57..29fd53101 100644 --- a/lib/memrchr.c +++ b/lib/memrchr.c @@ -1,7 +1,7 @@ /* memrchr -- find the last occurrence of a byte in a memory block Copyright (C) 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + 2006, 2007 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se), with help from Dan Sahlin (dan@sics.se) and @@ -24,14 +24,13 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #if defined _LIBC -# include # include #else # include -# include "memrchr.h" # define reg_char char #endif +#include #include #undef __memrchr