mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 21:24:28 -08:00
Use _DEFAULT_SOURCE instead of _BSD_SOURCE, since _BSD_SOURCE is deprecated.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#ifdef __linux
|
||||
#define _POSIX_C_SOURCE 200809L // for strdup and getline
|
||||
#define _BSD_SOURCE // for strsep
|
||||
#define _DEFAULT_SOURCE // for strsep
|
||||
#else
|
||||
#define _WITH_GETLINE // on freebsd for getline
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user