Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs/libntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29223/libntfs
Modified Files:
mft.c tree.c
Log Message:
fix build
Index: mft.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/mft.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- mft.c 28 Oct 2005 12:47:49 -0000 1.38
+++ mft.c 28 Oct 2005 13:17:53 -0000 1.39
@@ -1556,7 +1556,6 @@ sync_rollback:
#include "tree.h"
#include "index.h"
#include "rich.h"
-#include "utils.h"
/**
* ntfs_mft_remove_attr
Index: tree.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/tree.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- tree.c 28 Oct 2005 04:32:21 -0000 1.6
+++ tree.c 28 Oct 2005 13:17:53 -0000 1.7
@@ -40,7 +40,6 @@
#include "inode.h"
#include "logging.h"
#include "rich.h"
-#include "utils.h"
/**
* ntfs_dt_free
|