X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffree.c;h=73a125a75f360715222b32eb0ecbd5b471a7e982;hb=7a97de48ca71de5fd6fac6d27f8d131d17e7fc9a;hp=0fc9d8ba5c5c1b495399b8efb0c2bfec06ef9b5e;hpb=265465e1145409720be48d30b6277a59151d293a;p=gnulib.git diff --git a/lib/free.c b/lib/free.c index 0fc9d8ba5..73a125a75 100644 --- a/lib/free.c +++ b/lib/free.c @@ -1,6 +1,6 @@ /* Work around incompatibility on older systems where free (NULL) fails. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 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 @@ -14,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 Paul Eggert */ -#if HAVE_CONFIG_H -# include -#endif +#include #undef free #include