Renamed diskfree.c to avoid OSX case insensativity bug.

This commit is contained in:
Joey Hess 2012-04-13 11:26:39 -04:00
parent fdb246044c
commit 3642c72320
7 changed files with 9 additions and 5 deletions

1
Utility/libdiskfree.h Normal file
View file

@ -0,0 +1 @@
unsigned long long int diskfree(const char *path);