mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-11 21:31:30 +00:00
Nuke a structure I didn't need.
This commit is contained in:
parent
0a21f6a6df
commit
e89fb3a868
1 changed files with 0 additions and 6 deletions
|
@ -141,12 +141,6 @@ typedef union address {
|
||||||
struct sockaddr_in6 s6;
|
struct sockaddr_in6 s6;
|
||||||
} AF_address_t;
|
} AF_address_t;
|
||||||
|
|
||||||
typedef union inaddr {
|
|
||||||
struct in_addr a4;
|
|
||||||
byte evil4[4];
|
|
||||||
struct in6_addr a6;
|
|
||||||
byte evil6[16];
|
|
||||||
} AF_inaddress_t;
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
NetadrToSockadr (netadr_t *a, AF_address_t *s)
|
NetadrToSockadr (netadr_t *a, AF_address_t *s)
|
||||||
|
|
Loading…
Reference in a new issue