diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2017-03-29 21:52:25 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2017-03-29 21:52:25 -0400 |
commit | 1a2bea98174d92164e2aefe35b70676a7b27eb33 (patch) | |
tree | e387cc881a8569f54d1c2c538e4b4718cd8e470e /nxcomp/Proxy.cpp | |
parent | 99585120652f222a3016854e56884ed89c37de3c (diff) | |
download | nx-libs-1a2bea98174d92164e2aefe35b70676a7b27eb33.tar.gz nx-libs-1a2bea98174d92164e2aefe35b70676a7b27eb33.tar.bz2 nx-libs-1a2bea98174d92164e2aefe35b70676a7b27eb33.zip |
Remove EMX (MS-DOS & OS/2) support
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" |