add directory Linux-0.98
This commit is contained in:
9
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/un.h
Normal file
9
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/un.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user