From dacd601b9fd8a770598fa14dff72094071360422 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 7 Jan 2004 10:48:24 +0000 Subject: [PATCH] Update (Logical change 1.255) --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 020da267..51dd78f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ - Compile fixes for DJGPP. (Chrisophe Grenier, me) - Add compatibility for building on FreeBSD. (Christophe Grenier) - Add new compile target "make libs" which only compiles libntfs. + - Note: DJGPP only works with "make libs". not "make" due to absence + of getopt.h, getopt_long(), snprintf(), vsnprintf(). getopt() does + exist (in unistd.h) so we could switch to that if we wanted. 06/01/2004 - 1.8.1 - Important bug fix and various enhancements. - Add new API function attrib.[hc]:ntfs_attr_map_whole_runlist().