mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 15:31:28 +00:00
sync net_sys.h with the uhexen2 tree.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1307 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
d2441b6aed
commit
9343180104
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