From: Peter Åstrand (astrand) Date: Mon, 16 Oct 2017 13:09:58 +0000 (+0200) Subject: Remove support for Lynx/OS X-Git-Tag: v1.8.90~83^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=453da22b872c703e34ec0e6adf735080447b2129;p=tigervnc.git Remove support for Lynx/OS --- diff --git a/common/rfb/Timer.cxx b/common/rfb/Timer.cxx index efae36e2..71887a0f 100644 --- a/common/rfb/Timer.cxx +++ b/common/rfb/Timer.cxx @@ -26,11 +26,6 @@ #include #include -// XXX Lynx/OS 2.3: proto for gettimeofday() -#ifdef Lynx -#include -#endif - using namespace rfb; #ifndef __NO_DEFINE_VLOG__ diff --git a/unix/tx/TXDialog.h b/unix/tx/TXDialog.h index 7a52f92b..28876e7e 100644 --- a/unix/tx/TXDialog.h +++ b/unix/tx/TXDialog.h @@ -31,11 +31,6 @@ #include "TXWindow.h" #include -// XXX Lynx/OS 2.3: protos for bzero(), select() -#ifdef Lynx -#include -#endif - class TXDialog : public TXWindow, public TXDeleteWindowCallback { public: TXDialog(Display* dpy, int width, int height, const char* name, diff --git a/unix/x0vncserver/TimeMillis.cxx b/unix/x0vncserver/TimeMillis.cxx index 059c043b..b5054c91 100644 --- a/unix/x0vncserver/TimeMillis.cxx +++ b/unix/x0vncserver/TimeMillis.cxx @@ -22,11 +22,6 @@ #include -// XXX Lynx/OS 2.3: get proto for gettimeofday() -#ifdef Lynx -#include -#endif - TimeMillis::TimeMillis() { update(); diff --git a/unix/x0vncserver/x0vncserver.cxx b/unix/x0vncserver/x0vncserver.cxx index b21daae4..7b93f5fb 100644 --- a/unix/x0vncserver/x0vncserver.cxx +++ b/unix/x0vncserver/x0vncserver.cxx @@ -44,11 +44,6 @@ #include #include -// XXX Lynx/OS 2.3: protos for select(), bzero() -#ifdef Lynx -#include -#endif - extern char buildtime[]; using namespace rfb;