aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos4-0.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h
index 17f17471900..02bdd1ea0c5 100644
--- a/src/s/sunos4-0.h
+++ b/src/s/sunos4-0.h
@@ -1,5 +1,9 @@
1#include "bsd4-2.h" 1#include "bsd4-2.h"
2 2
3#ifndef SUNOS4
4#define SUNOS4
5#endif
6
3#if 0 /* This may have been needed for an earlier version of Sun OS 4. 7#if 0 /* This may have been needed for an earlier version of Sun OS 4.
4 It seems to cause warnings in 4.0.3 and 4.1. */ 8 It seems to cause warnings in 4.0.3 and 4.1. */
5#define O_NDELAY FNDELAY /* Non-blocking I/O (4.2 style) */ 9#define O_NDELAY FNDELAY /* Non-blocking I/O (4.2 style) */