Changes by: flatcap
Update of /cvsroot/linux-ntfs/dynamic-disk/linux/fs/partitions
In directory usw-pr-cvs1:/tmp/cvs-serv10728/linux/fs/partitions
Modified Files:
ldm.h
Log Message:
Index: ldm.h
===================================================================
RCS file: /cvsroot/linux-ntfs/dynamic-disk/linux/fs/partitions/ldm.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -U2 -r1.41 -r1.42
--- ldm.h 11 Apr 2002 14:27:39 -0000 1.41
+++ ldm.h 11 Apr 2002 14:29:47 -0000 1.42
@@ -125,6 +125,4 @@
#define FRAG_SETBAD(f) (f->map |= (1 << (FRAG_MAPBITS-1)))
-typedef struct list_head list_t;
-
struct frags {
list_t list;
|