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 - 1 file changed, 1 deletion(-) (limited to 'comm/Multiplexer.cc') 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 -- cgit v1.1