Differences From Artifact [076074cb30]:
- File
src/OFURLHandler_file.m
— part of check-in
[66238960cb]
at
2018-08-25 19:04:40
on branch trunk
— Do not use lstat() on Wii
lstat() exists, but just crashes. (user: js, size: 30319) [annotate] [blame] [check-ins using]
To Artifact [a72876bb53]:
- File src/OFURLHandler_file.m — part of check-in [dec64f3a50] at 2018-11-04 17:51:29 on branch trunk — ofarc: Use OFSandbox's new unveiling (user: js, size: 30345) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
35 36 37 38 39 40 41 42 43 44 45 46 47 48 | # include <grp.h> #endif #import "OFURLHandler_file.h" #import "OFArray.h" #import "OFDate.h" #import "OFFile.h" #import "OFLocale.h" #import "OFNumber.h" #import "OFURL.h" #ifdef OF_HAVE_THREADS # import "OFMutex.h" #endif | > | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | # include <grp.h> #endif #import "OFURLHandler_file.h" #import "OFArray.h" #import "OFDate.h" #import "OFFile.h" #import "OFFileManager.h" #import "OFLocale.h" #import "OFNumber.h" #import "OFURL.h" #ifdef OF_HAVE_THREADS # import "OFMutex.h" #endif |
︙ | ︙ |