X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcoll.c;h=82d889f409d3fee8f94e95058a4d26797e9930e3;hb=e1eaf8c33fd7766151be961232f244b1ae07b91d;hp=34ae767dbdbb800cc491f5dedace0ed602375fda;hpb=1a170a10473b1b72223fae27879fa19a31785ed1;p=gnulib.git diff --git a/lib/memcoll.c b/lib/memcoll.c index 34ae767db..82d889f40 100644 --- a/lib/memcoll.c +++ b/lib/memcoll.c @@ -1,5 +1,5 @@ /* Locale-specific memory comparison. - Copyright (C) 1999, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2003, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -13,21 +13,17 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Contributed by Paul Eggert . */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif #include "memcoll.h" #include -#ifndef errno -extern int errno; -#endif - #include /* Compare S1 (with length S1LEN) and S2 (with length S2LEN) according