diff options
Diffstat (limited to 'nxcomp/Loop.cpp')
-rw-r--r-- | nxcomp/Loop.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp index 70c5b4505..a3ea11009 100644 --- a/nxcomp/Loop.cpp +++ b/nxcomp/Loop.cpp @@ -102,15 +102,6 @@ typedef int socklen_t; // System specific defines. // -#if defined(__EMX__) - -struct sockaddr_un -{ - u_short sun_family; - char sun_path[108]; -}; - -#endif // // HP-UX hides this define. |