Commit 1a2bea98 authored by Mike DePaulo's avatar Mike DePaulo

Remove EMX (MS-DOS & OS/2) support

parent 99585120
......@@ -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.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment