redbo / cloudfuse

Filesystem (fuse) implemented on Mosso's Cloud Files
http://redbo.github.com/cloudfuse/
MIT License
392 stars 114 forks source link

Clean up C to allow clang compilation #14

Closed dillona closed 13 years ago

dillona commented 13 years ago

Allows building in non-gcc compilers (read: clang)

dillona commented 13 years ago

Clang has some stricter requirements than gcc, so some minor changes have to be made to allow cloudfuse to build under it