X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=snmp%2Flustre-snmp-util.c;h=8048f2d4d6176ae759e0832a29cb050f88a47b76;hb=c27a04734b4dff552dfe2034cc29bd24556778fb;hp=1e52a2258bfe7e86723fef9cdfb7eec420576ea5;hpb=9f55644462ae062125314358afc3adf28e07ee27;p=fs%2Flustre-release.git diff --git a/snmp/lustre-snmp-util.c b/snmp/lustre-snmp-util.c index 1e52a22..8048f2d 100644 --- a/snmp/lustre-snmp-util.c +++ b/snmp/lustre-snmp-util.c @@ -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;