From 15e437c9d4d4127291f0cd8df3b82a46ff90994f Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 9 Mar 2004 11:06:54 +0000 Subject: [PATCH] update (Logical change 1.304) --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8764d98b..83329b69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,9 @@ xx/xx/2004 - 1.8.6-WIP David Martínez Moreno for the bug report.) - Use head -n 1 instead of -1 in getgccver script. (From SUSE LINUX) - Fix typo in ntfsinfo.c. (From SUSE LINUX) + - Make the device fd in unix_io.c be stored in malloc()ed space pointed + to by the d_private pointer instead of inside the d_private pointer + itself. Makes the warnings on 64 bit architectures go away. 27/02/2004 - 1.8.5 - Springclean of the build process, cleanups, bug fixes