Changes by: flatcap
Update of /cvsroot/linux-ntfs/dynamic-disk/test
In directory usw-pr-cvs1:/tmp/cvs-serv14952/test
Modified Files:
ldminfo.c ldminfo.h
Log Message:
updated changelog, version number
Index: ldminfo.c
===================================================================
RCS file: /cvsroot/linux-ntfs/dynamic-disk/test/ldminfo.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -U2 -r1.30 -r1.31
--- ldminfo.c 20 Jun 2002 18:04:55 -0000 1.30
+++ ldminfo.c 23 Jun 2002 17:07:11 -0000 1.31
@@ -171,5 +171,5 @@
if (ver) {
- printf ("\nldminfo v0.0.6\n\n");
+ printf ("\nldminfo v0.0.7\n\n");
return 1;
}
Index: ldminfo.h
===================================================================
RCS file: /cvsroot/linux-ntfs/dynamic-disk/test/ldminfo.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -U2 -r1.17 -r1.18
--- ldminfo.h 20 Jun 2002 18:04:56 -0000 1.17
+++ ldminfo.h 23 Jun 2002 17:07:11 -0000 1.18
@@ -9,5 +9,7 @@
#include <linux/genhd.h>
#include <linux/list.h>
-//#include <linux/buffer_head.h>
+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,11)
+#include <linux/buffer_head.h>
+#endif
#include <features.h>
|