From 9ed2035c9e0eff07f3d96f9da927eae6fa4d5d55 Mon Sep 17 00:00:00 2001 From: chatty Date: Thu, 4 Aug 1994 13:52:21 +0000 Subject: No more special case for OSF --- comm/Datagram.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'comm/Datagram.cc') diff --git a/comm/Datagram.cc b/comm/Datagram.cc index d40de4b..bd1c4ba 100644 --- a/comm/Datagram.cc +++ b/comm/Datagram.cc @@ -17,13 +17,6 @@ #include #include -#ifdef __osf__ -extern "C" { - int sendto (int, char*, int, int,struct sockaddr*, int); - int recvfrom (int, char*, int, int,struct sockaddr*, int*); -} -#endif - /*?class UchDatagram A datagram socket can send to and receive from any other datagram socket, unless it is connected. -- cgit v1.1