Consistently indent using tabs in Windows files and remove trailing spaces.
[fio.git] / os / windows / posix / include / sys / un.h
CommitLineData
93bcfd20
BC
1#ifndef SYS_UN_H\r
2#define SYS_UN_H\r
3\r
4typedef int sa_family_t;\r
5typedef int in_port_t;\r
6\r
7 struct sockaddr_un\r
8 {\r
79b199df 9 sa_family_t sun_family; /* Address family */\r
fc0b830f 10 char sun_path[]; /* Socket pathname */\r
93bcfd20
BC
11};\r
12\r
93bcfd20 13#endif /* SYS_UN_H */\r