X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemchr.c;h=d44ad6deb516dbaf70c8a7dcd147cd3f14e04ec2;hb=b4548f0e8f674d7c914b622c5ace7e2686ab0f87;hp=3c5ecfd0e10b1dcc32f149fe0a92d4194dedfd35;hpb=4bf70b8029b78cf3fb19da5c530ccaa8ae829b63;p=gnulib.git diff --git a/lib/memchr.c b/lib/memchr.c index 3c5ecfd0e..d44ad6deb 100644 --- a/lib/memchr.c +++ b/lib/memchr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004 Free +/* Copyright (C) 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2006 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se), @@ -24,7 +24,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H +#ifndef _LIBC # include #endif