Renamed sockaddr_un struct
This commit is contained in:
parent
9af408a527
commit
d675bd01c7
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@
|
||||||
|
|
||||||
#include <types/sa_family_t.h>
|
#include <types/sa_family_t.h>
|
||||||
|
|
||||||
typedef struct _un_sockaddr {
|
struct sockaddr_un {
|
||||||
sa_family_t sun_family
|
sa_family_t sun_family
|
||||||
char sun_path[108];
|
char sun_path[108];
|
||||||
} sockaddr_un;
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue