mirror of
https://github.com/vgough/encfs.git
synced 2025-01-05 05:29:33 +01:00
Remove confusinf LARGEFILE warning (#584)
This commit is contained in:
parent
3d262172d5
commit
1486e50a45
@ -132,8 +132,6 @@ int RawFileIO::open(int flags) {
|
|||||||
if ((flags & O_LARGEFILE) != 0) {
|
if ((flags & O_LARGEFILE) != 0) {
|
||||||
finalFlags |= O_LARGEFILE;
|
finalFlags |= O_LARGEFILE;
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
#warning O_LARGEFILE not supported
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int eno = 0;
|
int eno = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user