mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-21 17:52:20 +00:00
All inet.c/inet.h compile errors should be fixed now, Sorry for the issues.
This commit is contained in:
parent
941413c77e
commit
f7f9690d29
@ -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,
|
const struct sockaddr *to, socklen_t tolen,
|
||||||
u_int timeout);
|
u_int timeout);
|
||||||
ssize_t inet_sendfile(int out_fd, int in_fd, off_t * offset, size_t count);
|
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
|
#ifndef _LARGEFILE64_SOURCE
|
||||||
#define _LARGEFILE64_SOURCE
|
#define _LARGEFILE64_SOURCE
|
||||||
#endif
|
#endif
|
||||||
ssize_t
|
ssize_t
|
||||||
ssize_t inet_sendfile64(int out_fd, int in_fd, off64_t * offset, size_t count);
|
ssize_t inet_sendfile64(int out_fd, int in_fd, off64_t * offset, size_t count);
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
#endif /*INET_H */
|
#endif /*INET_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user