openssh-portable/contrib/win32/win32compat/inc/sys/un.h

8 lines
117 B
C

#pragma once
struct sockaddr_un {
short sun_family; /* AF_UNIX */
char sun_path[108]; /* path name (gag) */
};