Whamcloud - gitweb
b=14512
[fs/lustre-release.git] / lustre / tests / mkdirdeep.c
index 1326c1e..d5f1b27 100644 (file)
@@ -2,8 +2,8 @@
  * vim:expandtab:shiftwidth=8:tabstop=8:
  *
  * Compile with:
- * cc -I../../portals/include -o mkdirdeep mkdirdeep.c
- *    -L../../portals/linux/utils -lptlctl
+ * cc -I../../lnet/include -o mkdirdeep mkdirdeep.c
+ *    -L../../lnet/linux/utils -lptlctl
  */
 
 #include <stdio.h>
@@ -16,7 +16,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <linux/limits.h>
-#include <portals/lltrace.h>
+#include <libcfs/lltrace.h>
 
 static int opt_verbose = 0;
 static int opt_trace = 0;