mirror of
https://github.com/curl/curl.git
synced 2026-06-18 12:25:37 +03:00
On Windows there is no `lstat()`, which was later substituted with normal `stat()`, but on Windows `S_IFSOCK` is never defined, which meant the output of stat was not actually used, reducing this to checking for the presence of the file, and bailing out without retry if missing. Follow-up to |
||
|---|---|---|
| .. | ||
| .checksrc | ||
| .gitignore | ||
| CMakeLists.txt | ||
| dnsd.c | ||
| first.c | ||
| first.h | ||
| getpart.c | ||
| Makefile.am | ||
| Makefile.inc | ||
| mqttd.c | ||
| resolve.c | ||
| rtspd.c | ||
| sockfilt.c | ||
| socksd.c | ||
| sws.c | ||
| tftpd.c | ||
| util.c | ||