X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxmemcoll.c;h=f04e468d8fb55bcd930080f9d1ec8f7f39c770e7;hb=8aaff11b82298106fa5ce0ff3d22351d43dd468f;hp=0e30aef1506718955baf1d423314f76e44abb2e7;hpb=5c7070eaa3051ed57fd67919ba59ca1892e21ccc;p=gnulib.git diff --git a/lib/xmemcoll.c b/lib/xmemcoll.c index 0e30aef15..f04e468d8 100644 --- a/lib/xmemcoll.c +++ b/lib/xmemcoll.c @@ -1,5 +1,5 @@ /* Locale-specific memory comparison. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 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,19 +13,15 @@ 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 -#ifndef errno -extern int errno; -#endif - #include #include "gettext.h"