X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxasprintf.c;h=cf1b8a5ee49bd3b746ac307537c69e50a646035f;hb=72c48440c1f459e2659270598b771c69e9c08994;hp=df8fd7e39e1095ff0bb44b0f7d7d93960aa6fad0;hpb=0f2c51f68bf088cd445a9625d19ed5d381aa0f80;p=gnulib.git diff --git a/lib/xasprintf.c b/lib/xasprintf.c index df8fd7e39..cf1b8a5ee 100644 --- a/lib/xasprintf.c +++ b/lib/xasprintf.c @@ -1,5 +1,5 @@ /* vasprintf and asprintf with out-of-memory checking. - Copyright (C) 1999, 2002-2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002-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,11 +13,9 @@ 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. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "xvasprintf.h"