fix up files in the fuse directory for getline and strdup on old systems

This commit is contained in:
root
2014-12-27 17:26:51 -06:00
parent 70a6056d78
commit e83ed07070

View File

@@ -17,6 +17,8 @@
*/
#define _POSIX_C_SOURCE 200809L // for strdup and struct timespec
#define _BSD_SOURCE // for strdup on old systems
#define _GNU_SOURCE // for getline on old systems
#define FUSE_USE_VERSION 30