mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
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:
parent
3104464c0d
commit
33fe493c89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue