Changes by: uvman
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv5422
Modified Files:
ChangeLog
Log Message:
Change callers of malloc() to ntfs_malloc() (Szaka). Fix compilition (Yuval).
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -p -r1.410 -r1.411
--- ChangeLog 1 Nov 2006 12:31:11 -0000 1.410
+++ ChangeLog 1 Nov 2006 13:30:40 -0000 1.411
@@ -61,6 +61,7 @@ xx/xx/2006 - x.xx.x - .
and rewrite it to be clearer. (Yuval)
- Move ntfs_index_entry_mark_dirty() to index.c. (Szaka)
- Introduce misc.c. Move ntfs_[mc]alloc there. (Szaka)
+ - Change malloc() calls to ntfs_malloc(). (Szaka)
21/06/2006 - 1.13.1 - Various fixes.
|