summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsc2000-12-30 21:56:07 +0000
committersc2000-12-30 21:56:07 +0000
commit485fa14c3e085b96f833a5438588fdb2ced66416 (patch)
tree2ee06230055872b976a4eb7107e36dfb1835227e
parentbc1e27b492c0388cf709a2aa635c3360c1b0ba68 (diff)
downloadivy-league-485fa14c3e085b96f833a5438588fdb2ced66416.zip
ivy-league-485fa14c3e085b96f833a5438588fdb2ced66416.tar.gz
ivy-league-485fa14c3e085b96f833a5438588fdb2ced66416.tar.bz2
ivy-league-485fa14c3e085b96f833a5438588fdb2ced66416.tar.xz
Compilable by other SYSV systems than Solaris (dec 1995)
-rw-r--r--comm/OLD/dgram.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/comm/OLD/dgram.cc b/comm/OLD/dgram.cc
index fbd74f2..f6bc8da 100644
--- a/comm/OLD/dgram.cc
+++ b/comm/OLD/dgram.cc
@@ -27,7 +27,7 @@
#define DEBUG //**//
bool DGTrace = false;
-#if defined(sun) && defined(__svr4__)
+#if defined(sun) && (defined(__svr4__) || defined(__SVR4))
#include <sys/filio.h>
#endif