Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv16041
Modified Files:
rl.c
Log Message:
reenable folding
Index: rl.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/scripts/rl.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- rl.c 10 Feb 2002 19:21:44 -0000 1.2
+++ rl.c 10 Feb 2002 19:24:03 -0000 1.3
@@ -480,5 +480,7 @@
}
-
+/**
+ * decompress_mapping_pairs
+ */
run_list *decompress_mapping_pairs(const ntfs_volume *vol,
const ATTR_RECORD *attr, run_list *old_rl)
@@ -939,5 +941,7 @@
#if 1
-/* fragged */
+/**
+ * fragged
+ */
#define MKRL(R,V,L,S) \
(R)->vcn = V; \
@@ -985,4 +989,7 @@
printf ("success\n");
+/*
+}
+*/
#endif
//printf ("%d,%d\n", ntfs_a, ntfs_f);
|