source: vendor/emx/current/include/sys/un.h

Last change on this file was 18, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 261 bytes
Line 
1/* Copyright (c)1996 by Holger Veit
2 * May be freely used with EMX
3 */
4
5#ifndef _SYS_UN_H_
6#define _SYS_UN_H_
7
8struct sockaddr_un {
9 u_short sun_family; /* socket family: AF_UNIX */
10 char sun_path[108]; /* path name (not used) */
11};
12
13#endif /* !_SYS_UN_H_ */
Note: See TracBrowser for help on using the repository browser.