diff options
Diffstat (limited to 'src/win32/un.h')
-rw-r--r-- | src/win32/un.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/win32/un.h b/src/win32/un.h deleted file mode 100644 index 971a6fb2f54..00000000000 --- a/src/win32/un.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _SYS_UN_H -#define _SYS_UN_H - -/* JKR added file, all hacks will be in the files added, not in EGCS */ - -struct sockaddr_un -{ - short sun_family; /* AF_UNIX */ - char sun_path[108]; /* path name (gag) */ -}; - -#endif /* _SYS_UN_H */ |