]> CyberLeo.Net >> Repos - SourceForge/eyefi-config.git/blob - eyefi-osx.c
Change filesystem detection to fstypename comparison instead of naked integer
[SourceForge/eyefi-config.git] / eyefi-osx.c
1
2 int fd_set_no_cache(int fd)
3 {
4         return fcntl(fd, F_NOCACHE, 1);
5 }
6
7