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

Server/server.c

index b7de97ad9f10038eecfbc380cde8b37570b9669b..ad9f0a8e52cd92b9ac79995f98d4dc50556ecb59 100644 (file)
@@ -102,7 +102,7 @@ typedef int socklen_t;
 #include <OS.h>
 #endif
 
-#if defined(__USLC__) || defined(__NETWARE__)
+#if defined(__USLC__) || defined(__NeXT__) || defined(__NETWARE__)
 typedef int socklen_t;
 #endif