summaryrefslogtreecommitdiff
path: root/comm/Datagram.cc
diff options
context:
space:
mode:
Diffstat (limited to 'comm/Datagram.cc')
-rw-r--r--comm/Datagram.cc7
1 files changed, 0 insertions, 7 deletions
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 <stdlib.h>
#include <sys/socket.h>
-#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.