Opened 10 years ago
Closed 10 years ago
#10217 closed Patch (fixed)
src/engine/tlssocket.h needs errno.h
Reported by: | Alejandro R. Sedeño | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | OS X | |
Operating system version: | 10.10 |
Description
My local macports repo build of FileZilla broke between 3.10.0.2 and 3.10.1.1.
The build broke on tlssocket.h being included in a couple of files because ECONNABORTED was not defined. This broke in r6382.
Attached is a patch to include errno.h so that it is defined.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | tlssocket-errno.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks. I've committed a slightly broader change, errno.h is now included in src/include/socket.h