Opened 9 years ago
Closed 9 years ago
#5436 closed Bug (fixed)
platform-quota.c: fix OpenBSD build
Reported by: | naddy | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | 2.82 |
Component: | Transmission | Version: | 2.81 |
Severity: | Normal | Keywords: | |
Cc: |
Description
Transmission 2.80+ doesn't build on OpenBSD out of the box, because the quota code is wrong. The #ifdef FreeBSD in platform-quota.c should be extended to OpenBSD, too. Patch attached.
This probably applies to any other 4.4BSD offshoot as well, so it might be better to introduce a BSD44 define or some such.
Attachments (1)
Change History (3)
Changed 9 years ago by naddy
comment:1 Changed 9 years ago by jordan
- Milestone changed from None Set to 2.82
- Owner set to jordan
- Status changed from new to assigned
Patch applied in r14141. Thanks naddy!
comment:2 Changed 9 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
platform-quota.c.patch