Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 20db51d70e6b59a061db97ce9b89c771 > files > 7

net-snmp-5.3.2.2-14.el5.src.rpm

--- net-snmp-5.2.1/agent/mibgroup/host/hr_filesys.c.long	2004-06-19 15:34:11.000000000 +0200
+++ net-snmp-5.2.1/agent/mibgroup/host/hr_filesys.c	2005-03-21 17:03:29.910271808 +0100
@@ -773,7 +773,7 @@
     return 0;
 }
 
-long
+fsblkcnt_t
 Get_FSSize(char *dev)
 {
     struct HRFS_statfs statfs_buf;
--- net-snmp-5.2.1/agent/mibgroup/host/hr_filesys.h.long	2002-07-04 14:56:35.000000000 +0200
+++ net-snmp-5.2.1/agent/mibgroup/host/hr_filesys.h	2005-03-21 17:03:29.910271808 +0100
@@ -12,7 +12,7 @@
 extern int      Check_HR_FileSys_NFS(void);
 
 extern int      Get_FSIndex(char *);
-extern long     Get_FSSize(char *);     /* Temporary */
+extern fsblkcnt_t     Get_FSSize(char *);     /* Temporary */
 
 
 #endif                          /* _MIBGROUP_HRFSYS_H */