Whamcloud - gitweb
merge b_devel into b_setattr. highlights:
authorpschwan <pschwan>
Mon, 17 Feb 2003 18:44:21 +0000 (18:44 +0000)
committerpschwan <pschwan>
Mon, 17 Feb 2003 18:44:21 +0000 (18:44 +0000)
- kernel 2.5 and liblustre build changes
- fixes to Makefile.am for 7.3-era versions of automake, which is quite possibly
  the worst piece of software with which I come in contact on a daily basis
- small unlink fix

lustre/tests/statmany.c
lustre/tests/wantedi.c

index f6370e3..edfa47b 100644 (file)
@@ -14,6 +14,7 @@
 #if 0
 #include <linux/extN_fs.h>
 #endif
+#include <liblustre.h>
 #include <linux/lustre_lib.h>
 #include <linux/obd.h>
 
index 426602f..94ed749 100644 (file)
@@ -10,8 +10,9 @@
 #include <time.h>
 #include <limits.h>
 #include <sys/ioctl.h>
-#include <linux/lustre_lib.h>
+#include <liblustre.h>
 #include <linux/obd.h>
+#include <linux/lustre_lib.h>
 
 static int usage(char *prog, FILE *out)
 {