X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frealloc.c;h=c1fe9e5a18752d8cf36958614fb66ea7517bfefe;hb=0d0706a5f5e05d18ab61e7f19ca407452db68a31;hp=14fec075f7006a8165dfd0bacad96ee39a2fe682;hpb=2d2b5dbea1062240a7a8daec5c88722f2db556e2;p=gnulib.git diff --git a/lib/realloc.c b/lib/realloc.c index 14fec075f..c1fe9e5a1 100644 --- a/lib/realloc.c +++ b/lib/realloc.c @@ -1,5 +1,6 @@ /* realloc() function that is glibc compatible. - Copyright (C) 1997, 2003, 2004 Free Software Foundation, Inc. + + Copyright (C) 1997, 2003, 2004, 2006 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,13 +14,11 @@ 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. */ /* written by Jim Meyering */ -#if HAVE_CONFIG_H -# include -#endif +#include #undef realloc #include