2008-07-25 11:03:32 +00:00
|
|
|
diff -up net-snmp-5.4.1/agent/mibgroup/host/hr_filesys.c.backup_patch_7 net-snmp-5.4.1/agent/mibgroup/host/hr_filesys.c
|
|
|
|
--- net-snmp-5.4.1/agent/mibgroup/host/hr_filesys.c.backup_patch_7 2007-05-18 20:08:01.000000000 +0200
|
|
|
|
+++ net-snmp-5.4.1/agent/mibgroup/host/hr_filesys.c 2008-07-25 12:53:28.000000000 +0200
|
|
|
|
@@ -911,7 +911,7 @@ Get_FSIndex(char *dev)
|
2005-04-04 08:11:17 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
-long
|
|
|
|
+fsblkcnt_t
|
|
|
|
Get_FSSize(char *dev)
|
|
|
|
{
|
|
|
|
struct HRFS_statfs statfs_buf;
|
2008-07-25 11:03:32 +00:00
|
|
|
diff -up net-snmp-5.4.1/agent/mibgroup/host/hr_filesys.h.backup_patch_7 net-snmp-5.4.1/agent/mibgroup/host/hr_filesys.h
|
|
|
|
--- net-snmp-5.4.1/agent/mibgroup/host/hr_filesys.h.backup_patch_7 2002-07-04 14:58:04.000000000 +0200
|
|
|
|
+++ net-snmp-5.4.1/agent/mibgroup/host/hr_filesys.h 2008-07-25 12:53:28.000000000 +0200
|
|
|
|
@@ -12,7 +12,7 @@ extern int Get_Next_HR_FileSys(void
|
2005-04-04 08:11:17 +00:00
|
|
|
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 */
|
2008-07-25 11:03:32 +00:00
|
|
|
diff -up net-snmp-5.4.1/agent/snmp_vars.c.backup_patch_7 net-snmp-5.4.1/agent/snmp_vars.c
|
|
|
|
--- net-snmp-5.4.1/agent/snmp_vars.c.backup_patch_7 2006-09-15 02:48:50.000000000 +0200
|
|
|
|
+++ net-snmp-5.4.1/agent/snmp_vars.c 2008-07-25 12:53:28.000000000 +0200
|
|
|
|
@@ -224,7 +224,7 @@ extern netsnmp_subtree *subtrees;
|
2005-04-04 08:11:17 +00:00
|
|
|
* int name_len IN - number of sub-ids in the name
|
|
|
|
*/
|
|
|
|
|
|
|
|
-long long_return;
|
|
|
|
+fsblkcnt_t long_return;
|
|
|
|
#ifndef ibm032
|
|
|
|
u_char return_buf[258];
|
|
|
|
#else
|
2008-07-25 11:03:32 +00:00
|
|
|
diff -up net-snmp-5.4.1/include/net-snmp/agent/snmp_vars.h.backup_patch_7 net-snmp-5.4.1/include/net-snmp/agent/snmp_vars.h
|
|
|
|
--- net-snmp-5.4.1/include/net-snmp/agent/snmp_vars.h.backup_patch_7 2005-06-21 23:33:55.000000000 +0200
|
|
|
|
+++ net-snmp-5.4.1/include/net-snmp/agent/snmp_vars.h 2008-07-25 12:53:28.000000000 +0200
|
|
|
|
@@ -73,7 +73,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
|
|
|
|
struct nlist;
|
|
|
|
|
|
|
|
- extern long long_return;
|
|
|
|
+ extern fsblkcnt_t long_return;
|
|
|
|
extern u_char return_buf[];
|
|
|
|
|
|
|
|
extern oid nullOid[];
|