1
1

socket: Remove needless typedef

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Jakub Jelen 2022-08-29 14:49:12 +02:00 коммит произвёл Andreas Schneider
родитель 8aade7ce6f
Коммит a69424d4c5

Просмотреть файл

@ -32,7 +32,7 @@
/* Inlining the key portions of afunix.h in Windows 10 SDK;
* that header isn't available in the mingw environment. */
#define UNIX_PATH_MAX 108
typedef struct sockaddr_un {
struct sockaddr_un {
ADDRESS_FAMILY sun_family;
char sun_path[UNIX_PATH_MAX];
};