mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
socket: Remove needless typedef
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
8aade7ce6f
commit
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];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user