X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcoll.c;h=e777e6a5bc7fca5cebc4a5a1bd7b994dba4fe629;hb=3bd23802ad65a4379e0c97d736dc6c2ab2d37f1d;hp=34ae767dbdbb800cc491f5dedace0ed602375fda;hpb=1a170a10473b1b72223fae27879fa19a31785ed1;p=gnulib.git diff --git a/lib/memcoll.c b/lib/memcoll.c index 34ae767db..e777e6a5b 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 @@ -24,10 +24,6 @@ #include "memcoll.h" #include -#ifndef errno -extern int errno; -#endif - #include /* Compare S1 (with length S1LEN) and S2 (with length S2LEN) according