ftp: remove sa_family_t hack

We now declare sa_family_t as mandated by POSIX.
This commit is contained in:
François Revol
2012-12-31 15:38:31 +01:00
parent 1797be0dc6
commit 87466cc915
-4
View File
@@ -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);