- be C99 friendly. Anonymous unions are a GNU extension. This change is

size-neutral WRT -std=gnu99 and fixes several compilation errors for strict
  C99 mode.
This commit is contained in:
Bernhard Reutner-Fischer
2008-01-29 10:33:34 +00:00
parent c882f341ce
commit 8c69afd992
18 changed files with 98 additions and 99 deletions

View File

@ -340,7 +340,7 @@ typedef struct len_and_sockaddr {
#if ENABLE_FEATURE_IPV6
struct sockaddr_in6 sin6;
#endif
};
} u;
} len_and_sockaddr;
enum {
LSA_SIZEOF_SA = sizeof(