Changeset 3706
- Timestamp:
- Nov 5, 2007, 3:56:52 AM (15 years ago)
- Location:
- branches/0.9x/libtransmission
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/natpmp.c
r3553 r3706 34 34 35 35 #include <sys/types.h> 36 #include <arpa/inet.h> /* inet_addr */37 36 38 37 #include "transmission.h" -
branches/0.9x/libtransmission/net.h
r3553 r3706 39 39 #include <sys/socket.h> 40 40 #include <netinet/in.h> 41 #include <arpa/inet.h> 41 42 typedef in_port_t tr_port_t; 42 43 #endif … … 53 54 #include <errno.h> 54 55 #define sockerrno errno 55 #endif56 57 #ifndef INADDR_NONE58 #define INADDR_NONE 0xffffffff59 56 #endif 60 57 -
branches/0.9x/libtransmission/upnp.c
r3553 r3706 31 31 #include <string.h> 32 32 #include <time.h> 33 34 #include <arpa/inet.h> /* inet_addr */35 33 36 34 #ifdef __BEOS__
Note: See TracChangeset
for help on using the changeset viewer.