summaryrefslogtreecommitdiff
path: root/comm/OLD
diff options
context:
space:
mode:
authorchatty1994-08-04 13:52:21 +0000
committerchatty1994-08-04 13:52:21 +0000
commit9ed2035c9e0eff07f3d96f9da927eae6fa4d5d55 (patch)
tree083d53f17b9b98cabea77943eb9dfdb51b311b3f /comm/OLD
parent7ea7c4c7069287ba417d9aa73bf433707f667424 (diff)
downloadivy-league-9ed2035c9e0eff07f3d96f9da927eae6fa4d5d55.zip
ivy-league-9ed2035c9e0eff07f3d96f9da927eae6fa4d5d55.tar.gz
ivy-league-9ed2035c9e0eff07f3d96f9da927eae6fa4d5d55.tar.bz2
ivy-league-9ed2035c9e0eff07f3d96f9da927eae6fa4d5d55.tar.xz
No more special case for OSF
Diffstat (limited to 'comm/OLD')
-rw-r--r--comm/OLD/dgram.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/comm/OLD/dgram.cc b/comm/OLD/dgram.cc
index d0cc6bb..fbd74f2 100644
--- a/comm/OLD/dgram.cc
+++ b/comm/OLD/dgram.cc
@@ -27,12 +27,6 @@
#define DEBUG //**//
bool DGTrace = false;
-#ifdef __osf__
-extern "C" {
- int ioctl (int, unsigned long, char*);
-}
-#endif
-
#if defined(sun) && defined(__svr4__)
#include <sys/filio.h>
#endif