summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-11-07 12:31:27 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-11-07 12:31:27 +0000
commit0ed4ab2d1bf959703c6cf897b127b6ffb38dc0db (patch)
tree28568d24dc50bb0baa9957b895deb72e183997b9 /include
parentbacd714155a4829cb720c73474cfbf655fb5fe94 (diff)
MInor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2286 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/sysinc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index b7359f5f..dc04b3f8 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -223,4 +223,11 @@
# include <sys/mount.h>
#endif
+
+#if __WORDSIZE == 64
+# define ZBX_FS_UI64 "%llu"
+#else
+# define ZBX_FS_UI64 "%lu"
+#endif
+
#endif