Browse Source

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

MissValeska 9 years ago
parent
commit
f7f9690d29
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/inet.h

+ 2
- 2
src/inet.h View File

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

Loading…
Cancel
Save