mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
socket: Remove needless typedef
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit a69424d4c5)
This commit is contained in:
committed by
Andreas Schneider
parent
0aaad9eb25
commit
b7934ab370
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user