mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-11-21 22:29:55 +01:00
8 lines
117 B
C
8 lines
117 B
C
#pragma once
|
|
|
|
struct sockaddr_un {
|
|
short sun_family; /* AF_UNIX */
|
|
char sun_path[108]; /* path name (gag) */
|
|
};
|
|
|