Changes by: flatcap
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv21128/ntfstools
Modified Files:
mkntfs.c ntfsresize.c ntfsundelete.c
Log Message:
move the runlist functions from attrib.c to runlist.c
Index: mkntfs.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/mkntfs.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -U2 -r1.78 -r1.79
--- mkntfs.c 8 Jul 2002 23:27:16 -0000 1.78
+++ mkntfs.c 9 Jul 2002 19:17:49 -0000 1.79
@@ -108,4 +108,5 @@
#include "mst.h"
#include "dir.h"
+#include "runlist.h"
extern const unsigned char attrdef_ntfs12_array[2400];
Index: ntfsresize.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsresize.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- ntfsresize.c 9 Jul 2002 09:07:10 -0000 1.4
+++ ntfsresize.c 9 Jul 2002 19:17:49 -0000 1.5
@@ -43,4 +43,5 @@
#include "bitmap.h"
#include "inode.h"
+#include "runlist.h"
struct {
Index: ntfsundelete.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsundelete.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- ntfsundelete.c 9 Jul 2002 01:01:41 -0000 1.4
+++ ntfsundelete.c 9 Jul 2002 19:17:49 -0000 1.5
@@ -44,4 +44,5 @@
#include "inode.h"
#include "disk_io.h"
+#include "runlist.h"
static const char *AUTHOR = "Richard Russon (FlatCap)";
|