Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv10246/include
Modified Files:
logfile.h
Log Message:
Added ntfsfix program.
Index: logfile.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/logfile.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** logfile.h 2001/01/24 10:30:49 1.1
--- logfile.h 2001/01/24 21:02:37 1.2
***************
*** 71,78 ****
the restart record. Value has to be aligned
to 8-byte boundary. = 0x30 */
! __s16 minor_version; /* Log file minor version. Only check if major
version is 1. (=1 but >=1 is treated the
same and <=0 is also ok) */
! __u16 major_version; /* Log file major version (=1 but =0 is ok) */
} __attribute__ ((__packed__)) RESTART_PAGE_HEADER;
--- 71,78 ----
the restart record. Value has to be aligned
to 8-byte boundary. = 0x30 */
! __s16 minor_ver; /* Log file minor version. Only check if major
version is 1. (=1 but >=1 is treated the
same and <=0 is also ok) */
! __u16 major_ver; /* Log file major version (=1 but =0 is ok) */
} __attribute__ ((__packed__)) RESTART_PAGE_HEADER;
|