Browse Source

Remove support for Lynx/OS

tags/v1.8.90
Peter Åstrand (astrand) 6 years ago
parent
commit
453da22b87

+ 0
- 5
common/rfb/Timer.cxx View File

#include <rfb/util.h> #include <rfb/util.h>
#include <rfb/LogWriter.h> #include <rfb/LogWriter.h>


// XXX Lynx/OS 2.3: proto for gettimeofday()
#ifdef Lynx
#include <sys/proto.h>
#endif

using namespace rfb; using namespace rfb;


#ifndef __NO_DEFINE_VLOG__ #ifndef __NO_DEFINE_VLOG__

+ 0
- 5
unix/tx/TXDialog.h View File

#include "TXWindow.h" #include "TXWindow.h"
#include <errno.h> #include <errno.h>


// XXX Lynx/OS 2.3: protos for bzero(), select()
#ifdef Lynx
#include <sys/proto.h>
#endif

class TXDialog : public TXWindow, public TXDeleteWindowCallback { class TXDialog : public TXWindow, public TXDeleteWindowCallback {
public: public:
TXDialog(Display* dpy, int width, int height, const char* name, TXDialog(Display* dpy, int width, int height, const char* name,

+ 0
- 5
unix/x0vncserver/TimeMillis.cxx View File



#include <x0vncserver/TimeMillis.h> #include <x0vncserver/TimeMillis.h>


// XXX Lynx/OS 2.3: get proto for gettimeofday()
#ifdef Lynx
#include <sys/proto.h>
#endif

TimeMillis::TimeMillis() TimeMillis::TimeMillis()
{ {
update(); update();

+ 0
- 5
unix/x0vncserver/x0vncserver.cxx View File

#include <x0vncserver/Image.h> #include <x0vncserver/Image.h>
#include <x0vncserver/PollingScheduler.h> #include <x0vncserver/PollingScheduler.h>


// XXX Lynx/OS 2.3: protos for select(), bzero()
#ifdef Lynx
#include <sys/proto.h>
#endif

extern char buildtime[]; extern char buildtime[];


using namespace rfb; using namespace rfb;

Loading…
Cancel
Save