we now use off_t for the sizes (sorry Ingo for bugging :) )

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14538 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-10-27 13:22:54 +00:00
parent 90ce9e8305
commit baf595a037
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include <DiskDeviceTypes.h>
#include <Path.h>
extern void SizeAsString(int32 size, char *string);
extern void SizeAsString(off_t size, char *string);
class SourceVisitor : public BDiskDeviceVisitor
{