X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fasnprintf.c;h=df54bbc6cc35ac7ba2cb0254191512830e50f73a;hb=208e667b5f8c696e723da34171fbaa6f01246f3b;hp=4881a9238f23425f5596a7d8250cfc24caf7eec8;hpb=757bd39e4b07efaefaef3ef11027b7b7b40f5911;p=gnulib.git diff --git a/lib/asnprintf.c b/lib/asnprintf.c index 4881a9238..df54bbc6c 100644 --- a/lib/asnprintf.c +++ b/lib/asnprintf.c @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2006, 2009-2011 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 "vasnprintf.h"