linux build fixes

This commit is contained in:
Joseph Henry
2016-06-27 10:54:13 -07:00
parent 51cef4539f
commit f657da5d18
3 changed files with 13 additions and 21 deletions

View File

@@ -449,7 +449,7 @@ const char *get_netpath() {
// ------------------------------------------------------------------------------
// int sockfd, struct sockaddr *addr, socklen_t *addrlen, int flags
#if defined(__linux)
#if defined(__linux__)
int zt_accept4(ACCEPT4_SIG)
{
dwr(MSG_DEBUG,"zt_accept4(%d):\n", sockfd);