Changes between Version 5 and Version 6 of net-p2p/transmission/1.42/1
- Timestamp:
- 01/10/09 07:24:12 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
net-p2p/transmission/1.42/1
v5 v6 37 37 ----------- 38 38 NOTE: 39 ------------40 39 The following two code blocks and make output are referring to http://trac.transmissionbt.com/browser/branches/1.4x/third-party/libnatpmp/getgateway.c [[BR]] 41 40 They are included purely for reference as to why #define USE_PROC_NET_ROUTE is being used. 42 41 42 edit: Though re-looking at the code, #define USE_PROC_NET_ROUTE creates the function, but it will always return FAILED as we do not have /proc. #define'ing USE_SOCKET_ROUTE seems to be the ideal solution, however Haiku's current implementation of /boot/develop/headers/posix/net/route.h is incomplete. 43 ------------ 43 44 44 45
