소스 검색

Remove support for Lynx/OS

tags/v1.8.90
Peter Åstrand (astrand) 6 년 전
부모
커밋
453da22b87
4개의 변경된 파일0개의 추가작업 그리고 20개의 파일을 삭제
  1. 0
    5
      common/rfb/Timer.cxx
  2. 0
    5
      unix/tx/TXDialog.h
  3. 0
    5
      unix/x0vncserver/TimeMillis.cxx
  4. 0
    5
      unix/x0vncserver/x0vncserver.cxx

+ 0
- 5
common/rfb/Timer.cxx 파일 보기

@@ -26,11 +26,6 @@
#include <rfb/util.h>
#include <rfb/LogWriter.h>

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

using namespace rfb;

#ifndef __NO_DEFINE_VLOG__

+ 0
- 5
unix/tx/TXDialog.h 파일 보기

@@ -31,11 +31,6 @@
#include "TXWindow.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 {
public:
TXDialog(Display* dpy, int width, int height, const char* name,

+ 0
- 5
unix/x0vncserver/TimeMillis.cxx 파일 보기

@@ -22,11 +22,6 @@

#include <x0vncserver/TimeMillis.h>

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

TimeMillis::TimeMillis()
{
update();

+ 0
- 5
unix/x0vncserver/x0vncserver.cxx 파일 보기

@@ -44,11 +44,6 @@
#include <x0vncserver/Image.h>
#include <x0vncserver/PollingScheduler.h>

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

extern char buildtime[];

using namespace rfb;

Loading…
취소
저장