From 3b3a44557e24db10b9912b1d9858d7cc79601543 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 22 May 2006 23:05:00 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 45e15332e..c9b29af21 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2006-05-23 Kevin Ryde + + * fports.c: Remove "fwrite" declaration under "! HAVE_UNISTD_H". + It's unused and will be in stdio.h anyway (if it's anywhere). + 2006-05-20 Kevin Ryde * filesys.c (scm_stat2scm): Test #ifdef S_ISLNK directly, rather than