diff options
Diffstat (limited to 'nxcomp/Proxy.cpp')
-rw-r--r-- | nxcomp/Proxy.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nxcomp/Proxy.cpp b/nxcomp/Proxy.cpp index 240d403a6..3a7a42362 100644 --- a/nxcomp/Proxy.cpp +++ b/nxcomp/Proxy.cpp @@ -49,16 +49,6 @@ #include <netinet/tcp.h> #endif -#if defined(__EMX__ ) - -struct sockaddr_un -{ - u_short sun_family; - char sun_path[108]; -}; - -#endif - #include "NXalert.h" #include "NXvars.h" |