From 2c781e97ece69619b1ce6b618f72117380792aaa Mon Sep 17 00:00:00 2001 From: chatty Date: Thu, 4 Aug 1994 13:52:24 +0000 Subject: OSF improved a bit... --- comm/Multiplexer.cc | 1 - comm/OLD/portserv.cc | 5 ----- 2 files changed, 6 deletions(-) diff --git a/comm/Multiplexer.cc b/comm/Multiplexer.cc index ec72cec..1823705 100644 --- a/comm/Multiplexer.cc +++ b/comm/Multiplexer.cc @@ -33,7 +33,6 @@ #endif #ifdef __osf__ -inline void bzero (char* s, int l) { memset (s, 0, l);} extern "C" int select (int, fd_set*, fd_set*, fd_set*, struct timeval*); #endif diff --git a/comm/OLD/portserv.cc b/comm/OLD/portserv.cc index 4017b25..c869381 100644 --- a/comm/OLD/portserv.cc +++ b/comm/OLD/portserv.cc @@ -37,11 +37,6 @@ extern "C" { #ifdef __osf__ } #endif -#ifdef __osf__ -extern "C" { - int setsockopt (int, int, int, char*, int); -} -#endif //---------------- globals // if SaveTime > 0, the state is saved to SaveFile -- cgit v1.1