Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs/libntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20886/libntfs
Modified Files:
inode.c
Log Message:
Move timeconv to ntfstime, update changelog, and news for new release.
Index: inode.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/inode.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- inode.c 30 Jul 2005 16:36:24 -0000 1.63
+++ inode.c 4 Aug 2005 09:59:43 -0000 1.64
@@ -38,7 +38,7 @@
#include "lcnalloc.h"
#include "index.h"
#include "dir.h"
-#include "timeconv.h"
+#include "ntfstime.h"
/**
* Internal:
|