diff options
Diffstat (limited to 'sysutils/ksysguardd/files/patch-FreeBSD__diskstat.h')
-rw-r--r-- | sysutils/ksysguardd/files/patch-FreeBSD__diskstat.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/ksysguardd/files/patch-FreeBSD__diskstat.h b/sysutils/ksysguardd/files/patch-FreeBSD__diskstat.h new file mode 100644 index 000000000000..e805deca0bfc --- /dev/null +++ b/sysutils/ksysguardd/files/patch-FreeBSD__diskstat.h @@ -0,0 +1,14 @@ +--- FreeBSD/diskstat.h 2011-03-17 20:50:04.000000000 +0200 ++++ FreeBSD/diskstat.h 2011-02-19 23:17:29.000000000 +0200 +@@ -38,4 +38,11 @@ + void printDiskStatPercent(const char* cmd); + void printDiskStatPercentInfo(const char* cmd); + ++void printDiskStatIUsed(const char* cmd); ++void printDiskStatIUsedInfo(const char* cmd); ++void printDiskStatIFree(const char* cmd); ++void printDiskStatIFreeInfo(const char* cmd); ++void printDiskStatIPercent(const char* cmd); ++void printDiskStatIPercentInfo(const char* cmd); ++ + #endif |