All inet.c/inet.h compile errors should be fixed now, Sorry for the issues.

This commit is contained in:
MissValeska 2015-03-03 12:21:06 -08:00
parent 941413c77e
commit f7f9690d29

View File

@ -209,12 +209,12 @@ ssize_t inet_sendto_timeout(int s, const void *msg, size_t len, int flags,
const struct sockaddr *to, socklen_t tolen,
u_int timeout);
ssize_t inet_sendfile(int out_fd, int in_fd, off_t * offset, size_t count);
#if UINTPTR_MAX == 0xffffffff
/*#if UINTPTR_MAX == 0xffffffff
#ifndef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
#endif
ssize_t
ssize_t inet_sendfile64(int out_fd, int in_fd, off64_t * offset, size_t count);
#endif
*/
#endif /*INET_H */