diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-13 11:26:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-13 11:26:39 -0400 |
commit | 3642c723209bfb117b16c12f0ad83ef0fe025613 (patch) | |
tree | 4ce6e468d4904ba9476c79fd04f0ca85d112cf65 /Utility/libdiskfree.h | |
parent | fdb246044c7b64802a9d0e90b92a978105a3704f (diff) |
Renamed diskfree.c to avoid OSX case insensativity bug.
Diffstat (limited to 'Utility/libdiskfree.h')
-rw-r--r-- | Utility/libdiskfree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/libdiskfree.h b/Utility/libdiskfree.h new file mode 100644 index 000000000..e5b84754f --- /dev/null +++ b/Utility/libdiskfree.h @@ -0,0 +1 @@ +unsigned long long int diskfree(const char *path); |