Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv6878/include
Modified Files:
bitmap.h bootsect.h disk_io.h endians.h logfile.h ntfs_rec.h
support.h unistr.h volume.h
Log Message:
Added cvs Id header.
Index: bitmap.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/bitmap.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- bitmap.h 2001/04/05 20:14:45 1.4
+++ bitmap.h 2001/04/08 03:02:55 1.5
@@ -1,3 +1,5 @@
/*
+ * $Id$
+ *
* bitmap.h - Exports for bitmap handling. Part of the Linux-NTFS project.
*
Index: bootsect.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/bootsect.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- bootsect.h 2001/03/02 15:03:56 1.4
+++ bootsect.h 2001/04/08 03:02:55 1.5
@@ -1,3 +1,5 @@
/*
+ * $Id$
+ *
* bootsect.h - Exports for bootsector record handling. Part of the Linux-NTFS
* project.
Index: disk_io.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/disk_io.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- disk_io.h 2001/03/26 04:30:27 1.5
+++ disk_io.h 2001/04/08 03:02:55 1.6
@@ -1,3 +1,5 @@
/*
+ * $Id$
+ *
* disk_io.h - Exports for disk io. Part of the Linux-NTFS project.
*
Index: endians.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/endians.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -U2 -r1.1 -r1.2
--- endians.h 2001/01/24 02:13:24 1.1
+++ endians.h 2001/04/08 03:02:55 1.2
@@ -1,3 +1,5 @@
/*
+ * $Id$
+ *
* endians.h - Definitions related to handling of byte ordering. Part of the
* Linux-NTFS project.
Index: logfile.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/logfile.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- logfile.h 2001/03/05 03:15:08 1.5
+++ logfile.h 2001/04/08 03:02:55 1.6
@@ -1,3 +1,5 @@
/*
+ * $Id$
+ *
* logfile.h - Exports for $LogFile handling. Part of the Linux-NTFS project.
*
Index: ntfs_rec.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/ntfs_rec.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- ntfs_rec.h 2001/03/05 02:45:35 1.4
+++ ntfs_rec.h 2001/04/08 03:02:55 1.5
@@ -1,3 +1,5 @@
/*
+ * $Id$
+ *
* ntfs_rec.h - Exports for NTFS record handling. Part of the Linux-NTFS
* project.
Index: support.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/support.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- support.h 2001/04/02 02:04:37 1.2
+++ support.h 2001/04/08 03:02:55 1.3
@@ -1,3 +1,5 @@
/*
+ * $Id$
+ *
* support.h - Useful definitions and macros. Part of the Linux-NTFS project.
*
Index: unistr.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/unistr.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- unistr.h 2001/04/02 02:04:37 1.3
+++ unistr.h 2001/04/08 03:02:55 1.4
@@ -1,3 +1,5 @@
/*
+ * $Id$
+ *
* unistr.h - Exports for unicode string handling. Part of the Linux-NTFS
* project.
Index: volume.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/volume.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -U2 -r1.8 -r1.9
--- volume.h 2001/04/08 01:58:29 1.8
+++ volume.h 2001/04/08 03:02:55 1.9
@@ -1,3 +1,5 @@
/*
+ * $Id$
+ *
* volume.h - Exports for NTFS volume handling. Part of the Linux-NTFS project.
*
|