Opened 9 years ago

Closed 9 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)

tlssocket-errno.patch (319 bytes ) - added by Alejandro R. Sedeño 9 years ago.

Download all attachments as: .zip

Change History (2)

by Alejandro R. Sedeño, 9 years ago

Attachment: tlssocket-errno.patch added

comment:1 by Tim Kosse, 9 years ago

Resolution: fixed
Status: newclosed

Thanks. I've committed a slightly broader change, errno.h is now included in src/include/socket.h

Note: See TracTickets for help on using tickets.