]> Git repositories of Nishi - tewi.git/commitdiff
trying to add nextstep support
authorNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 17:57:20 +0000 (17:57 +0000)
committerNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 17:57:20 +0000 (17:57 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@329 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/server.c

index fb17a96faba95e8e089027e2f2ef21910b993e81..bc8f29b321bb80629daa70bfb7fc7ade15ecc95e 100644 (file)
@@ -86,7 +86,7 @@ typedef int socklen_t;
 #include <sys/socket.h>
 #include <arpa/inet.h>
 #include <netinet/in.h>
-#ifndef __PPU__
+#if !defined(__PPU__) && !defined(__NeXT__)
 #include <netinet/tcp.h>
 #endif
 #ifndef NO_GETNAMEINFO