Whamcloud - gitweb
un-do __u32 changes from bz-13289 which are causing compile errors
[fs/lustre-release.git] / snmp / lustre-snmp-util.c
index 1e52a22..8048f2d 100644 (file)
@@ -59,7 +59,7 @@
  *
  *********************************************************************/
 
-char *get_file_list(const char *dirname, int file_type, __u32 *count)
+char *get_file_list(const char *dirname, int file_type, uint32_t *count)
 {
 
     DIR           *pdir = NULL;
@@ -570,7 +570,7 @@ var_genericTable(struct variable *vp,
             struct oid_table *ptable)
 {
     char *dir_list;
-    __u32 num;
+    uint32_t num;
     int  deviceindex;
     unsigned char *ret_val = NULL;
     int i=0;