From 010d1e9d146004d41690b8452f6a0736b06533e6 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 13 Jun 2000 19:08:37 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index c8e46d696..56427ffa7 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,10 @@ 2000-06-13 Mikael Djurfeldt + * strings.c: #include . (Thanks to Bill Schottstaedt.) + + * net_db.c (scm_resolv_error): Only use macro NETDB_INTERNAL if + defined. It isn't on sgi irix 5.3. (Thanks to Bill Schottstaedt.) + * Makefile.am (.c.doc): Pipe output (the .x contents) to /dev/null. 2000-06-13 Mikael Djurfeldt