Opened 12 years ago
Closed 12 years ago
#1554 closed Bug (fixed)
EPROTO (in peer-msgs.c) not defined on Windows
Reported by: | lubomir.marinov | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | libtransmission | Version: | 1.41 |
Severity: | Normal | Keywords: | |
Cc: |
Description
peer-msgs.c as it appears in r7256 uses the EPROTO errno which isn't defined on Windows and thus libtransmission fails to compile. Though it may not be applicable here, I'm mentioning it just in case: last time it was used (in a different context, I think) and its unavailability on Windows was reported, Charles replaced it with EMSGSIZE.
Change History (2)
comment:1 Changed 12 years ago by charles
- Milestone None Set deleted
- Status changed from new to assigned
- Version set to 1.40+
comment:2 Changed 12 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
r7257