socket: Remove needless typedef
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
родитель
8aade7ce6f
Коммит
a69424d4c5
@ -32,7 +32,7 @@
|
|||||||
/* Inlining the key portions of afunix.h in Windows 10 SDK;
|
/* Inlining the key portions of afunix.h in Windows 10 SDK;
|
||||||
* that header isn't available in the mingw environment. */
|
* that header isn't available in the mingw environment. */
|
||||||
#define UNIX_PATH_MAX 108
|
#define UNIX_PATH_MAX 108
|
||||||
typedef struct sockaddr_un {
|
struct sockaddr_un {
|
||||||
ADDRESS_FAMILY sun_family;
|
ADDRESS_FAMILY sun_family;
|
||||||
char sun_path[UNIX_PATH_MAX];
|
char sun_path[UNIX_PATH_MAX];
|
||||||
};
|
};
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user