Changes by: flatcap
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv9999
Modified Files:
ntfsundelete.c
Log Message:
remove dmalloc
Index: ntfsundelete.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsundelete.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -U2 -r1.18 -r1.19
--- ntfsundelete.c 17 Jul 2002 23:36:31 -0000 1.18
+++ ntfsundelete.c 17 Jul 2002 23:41:19 -0000 1.19
@@ -50,6 +50,4 @@
#include "disk_io.h"
-#include <dmalloc.h>
-
static const char *AUTHOR = "Richard Russon (FlatCap)";
static const char *EXEC_NAME = "ntfsundelete";
|