X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fdropin.c;h=572617c6b841f031786a2ae36748a5494e9f3058;hp=f6eda42a5ebd0797dfac120bc9c5c5352212d6f2;hb=ab7c61b06f6c6e991225f2fcc32d02b8e1084aee;hpb=6f1e0ece4e61f30612ed84ca4640635a02892cc8 diff --git a/lib/dropin.c b/lib/dropin.c index f6eda42a..572617c6 100644 --- a/lib/dropin.c +++ b/lib/dropin.c @@ -1,7 +1,7 @@ /* dropin.c -- a set of drop-in replacements for libc functions Copyright (C) 2000-2005 Ivo Timmermans, - 2000-2006 Guus Sliepen + 2000-2009 Guus Sliepen 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 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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., 675 Mass Ave, Cambridge, MA 02139, USA. - - $Id$ + 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., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "system.h" @@ -135,7 +133,6 @@ int asprintf(char **buf, const char *fmt, ...) { } int vasprintf(char **buf, const char *fmt, va_list ap) { -{ int status; va_list aq; int len;