From 61cd9dc907b8a09990b14e9aeac7e20fe77cecc6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 14 Feb 2010 17:06:13 +0100 Subject: Use Gnulib's `getaddrinfo' module. * m4/gnulib-cache.m4: Add `getaddrinfo'. * libguile/Makefile.am (libguile_la_LDFLAGS): Add `$(GETADDRINFO_LIB) $(HOSTENT_LIB) $(SERVENT_LIB)'. --- lib/vsnprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vsnprintf.c') diff --git a/lib/vsnprintf.c b/lib/vsnprintf.c index c5ddd8e91..35eba1574 100644 --- a/lib/vsnprintf.c +++ b/lib/vsnprintf.c @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc. + Copyright (C) 2004, 2006-2010 Free Software Foundation, Inc. Written by Simon Josefsson and Yoann Vandoorselaere . This program is free software; you can redistribute it and/or modify -- cgit v1.2.3