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/full-read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/full-read.c') diff --git a/lib/full-read.c b/lib/full-read.c index e02a42af0..93d378d77 100644 --- a/lib/full-read.c +++ b/lib/full-read.c @@ -1,5 +1,5 @@ /* An interface to read that retries after partial reads and interrupts. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by -- cgit v1.2.3