historical/gems-kernel.git/source/THIRDPARTY/linux-old/include/linux/un.h

9 lines
170 B
C

#ifndef _LINUX_UN_H
#define _LINUX_UN_H
struct sockaddr_un {
unsigned short sun_family; /* AF_UNIX */
char sun_path[108]; /* pathname */
};
#endif /* _LINUX_UN_H */