1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

maybe fix portmapping

This commit is contained in:
Charles Kerr 2007-11-05 03:56:54 +00:00
parent 0f92cb7f30
commit 14d8abb323
3 changed files with 1 additions and 7 deletions

View file

@ -33,7 +33,6 @@
#endif
#include <sys/types.h>
#include <arpa/inet.h> /* inet_addr */
#include "transmission.h"
#include "natpmp.h"

View file

@ -38,6 +38,7 @@
#else
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
typedef in_port_t tr_port_t;
#endif
@ -54,10 +55,6 @@
#define sockerrno errno
#endif
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff
#endif
struct in_addr;
struct sockaddr_in;

View file

@ -31,8 +31,6 @@
#include <string.h>
#include <time.h>
#include <arpa/inet.h> /* inet_addr */
#ifdef __BEOS__
#include <netdb.h>
#endif