From 1a2bea98174d92164e2aefe35b70676a7b27eb33 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Wed, 29 Mar 2017 21:52:25 -0400 Subject: Remove EMX (MS-DOS & OS/2) support --- nxcomp/Loop.cpp | 9 --------- nxcomp/Proxy.cpp | 10 ---------- 2 files changed, 19 deletions(-) (limited to 'nxcomp') 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. 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 #endif -#if defined(__EMX__ ) - -struct sockaddr_un -{ - u_short sun_family; - char sun_path[108]; -}; - -#endif - #include "NXalert.h" #include "NXvars.h" -- cgit v1.2.3