sync net_sys.h with the uhexen2 tree.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1307 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2016-05-31 20:01:09 +00:00
parent 3104464c0d
commit 33fe493c89
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ typedef unsigned int in_addr_t; /* u_int32_t */
WaitSelect((_N),(_R),(_W),(_E),(_T),NULL)
#define IOCTLARG_P(x) (char *) x
#if defined(__AMIGA__) && !defined(__MORPHOS__)
#define inet_ntoa(x) Inet_NtoA((ULONG *)&x)
#define inet_ntoa(x) Inet_NtoA(x.s_addr) /* Inet_NtoA(*(ULONG*)&x) */
#define h_errno Errno()
#endif