From f7f9690d2950c1f3d901371783ff4e207cba4384 Mon Sep 17 00:00:00 2001 From: MissValeska Date: Tue, 3 Mar 2015 12:21:06 -0800 Subject: [PATCH] All inet.c/inet.h compile errors should be fixed now, Sorry for the issues. --- src/inet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/inet.h b/src/inet.h index b9035a7..4572418 100644 --- a/src/inet.h +++ b/src/inet.h @@ -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 */