Opened 12 years ago
Closed 12 years ago
#4073 closed Enhancement (fixed)
Suggest inclusion of <signal.h> in torrent.c
Reported by: | godot | Owned by: | jordan |
---|---|---|---|
Priority: | Lowest | Milestone: | |
Component: | libtransmission | Version: | 2.21+ |
Severity: | Trivial | Keywords: | |
Cc: |
Description
In libtransmission/torrent.c, signal() is used, but is not declared. Suggest an #include <signal.h>.
Found in r12056.
Change History (2)
comment:1 Changed 12 years ago by jordan
- Milestone None Set deleted
- Status changed from new to assigned
comment:2 Changed 12 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Added in r12057.