From cdaaec6b85bee8fefc0abdea09272b4087c52be0 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 4 Oct 2006 22:25:03 +0000 Subject: [PATCH] ** ice-9 ftw fix for same inodes across different devices --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 6fe181f64..0c576412a 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,7 @@ Changes in 1.6.9 (since 1.6.8): (As per the srfi-9 specification.) ** strftime %z sign fix ** apply arg count checking fix on "1 or 2 arg" functions such as make-vector +** ice-9 ftw fix for same inodes across different devices * Changes to the C interface