Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69687
Collapse All | Expand All

(-)quadra-1.1.8/skelton/common/net.cpp (-1 / +1 lines)
Lines 41-47 Link Here
41
#include <netdb.h>
41
#include <netdb.h>
42
#include <string.h>
42
#include <string.h>
43
#include <fcntl.h>
43
#include <fcntl.h>
44
typedef size_t addr_size_t;
44
typedef socklen_t addr_size_t;
45
inline int closesocket(int fd) {
45
inline int closesocket(int fd) {
46
	return close(fd);
46
	return close(fd);
47
}
47
}

Return to bug 69687