Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22454
Modified Files:
ChangeLog
Log Message:
Fix compilation on OSX in ntfscmp.c where stderr = stdout is not legal (but
happens to work on Linux) to do portable low-level file descriptor mangling.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -p -r1.305 -r1.306
--- ChangeLog 15 Oct 2005 21:44:17 -0000 1.305
+++ ChangeLog 15 Oct 2005 21:48:37 -0000 1.306
@@ -12,9 +12,9 @@ xx/xx/2005 - 1.12.2-WIP
- Fix silly bug introduced in 1.12.0 which breaks ntfsfix (and others
possibly) when calling ntfs_attr_lookup() with AT_UNNAMED name and
no ntfs inode in the search context. (Anton)
- - Fix compilation on OSX in ntfsresize.c and ntfsclone.c where stderr =
- stdout is not legal (but happens to work on Linux) to do proper
- low-level file descriptor mangling which is portable. (Anton)
+ - Fix compilation on OSX in ntfsresize.c, ntfsclone.c, and ntfscmp.c
+ where stderr = stdout is not legal (but happens to work on Linux) to
+ do portable low-level file descriptor mangling. (Anton)
- Add test/runlist-data to EXTRA_DIST so it gets included in the
distribution otherwise make test fails on released sources. Solution
is not perfect as it also adds the test/runlist-data/CVS directory
|