Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv26864
Modified Files:
ChangeLog
Log Message:
Don't use string concatenation with __FUNCTION__ as gcc-3.x don't like it.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -U2 -r1.69 -r1.70
--- ChangeLog 8 Jul 2002 00:09:41 -0000 1.69
+++ ChangeLog 8 Jul 2002 06:23:22 -0000 1.70
@@ -131,4 +131,6 @@
with arguments more like ntfs_attr_pwrite() to allow for more
flexible use.
+ - Don't use string concatenation with __FUNCTION__ as gcc-3.x don't
+ like it.
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|