Whamcloud - gitweb
- make HEAD from b_post_cmd3
[fs/lustre-release.git] / lustre / utils / obd.c
index fdd18cf..8aa8cd7 100644 (file)
 #include <stdio.h>
 #include <stdarg.h>
 #include <signal.h>
+#include <ctype.h>
 
 #include "obdctl.h"
 
 #include <obd.h>          /* for struct lov_stripe_md */
-#include <linux/lustre_build_version.h>
+#include <lustre/lustre_build_version.h>
 
 #include <unistd.h>
 #include <sys/un.h>
@@ -47,7 +48,6 @@
 #include <sys/time.h>
 #include <errno.h>
 #include <string.h>
-#include <ctype.h>
 
 #ifdef HAVE_ASM_PAGE_H
 #include <asm/page.h>           /* needed for PAGE_SIZE - rread */
@@ -96,7 +96,6 @@ static int max = sizeof(rawbuf);
 
 static int cur_device = -1;
 
-
 #define MAX_STRIPES     170
 struct lov_oinfo lov_oinfos[MAX_STRIPES];