X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fasnprintf.c;h=75e3bf962efc3a2ef9e32ea34da75339e956a312;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=4881a9238f23425f5596a7d8250cfc24caf7eec8;hpb=757bd39e4b07efaefaef3ef11027b7b7b40f5911;p=gnulib.git diff --git a/lib/asnprintf.c b/lib/asnprintf.c index 4881a9238..75e3bf962 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-2013 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 @@ -12,12 +12,9 @@ GNU General Public License for more details. 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. */ + with this program; if not, see . */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "vasnprintf.h"