ftp: remove sa_family_t hack
We now declare sa_family_t as mandated by POSIX.
This commit is contained in:
@@ -100,10 +100,6 @@ struct sockaddr;
|
|||||||
struct tm;
|
struct tm;
|
||||||
struct addrinfo;
|
struct addrinfo;
|
||||||
|
|
||||||
#ifndef __HAIKU__
|
|
||||||
typedef int sa_family_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void abort_remote(FILE *);
|
void abort_remote(FILE *);
|
||||||
void abort_squared(int);
|
void abort_squared(int);
|
||||||
void abortpt(int);
|
void abortpt(int);
|
||||||
|
|||||||
Reference in New Issue
Block a user