changeset 8757:5010c26b7a07

(SUNOS4): Defined.
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 Sep 1994 05:51:07 +0000
parents 1c9ee34d9094
children fac1c4722677
files src/s/sunos4-0.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/sunos4-0.h	Thu Sep 15 04:20:07 1994 +0000
+++ b/src/s/sunos4-0.h	Thu Sep 15 05:51:07 1994 +0000
@@ -1,5 +1,9 @@
 #include "bsd4-2.h"
 
+#ifndef SUNOS4
+#define SUNOS4
+#endif
+
 #if 0  /* This may have been needed for an earlier version of Sun OS 4.
 	  It seems to cause warnings in 4.0.3 and 4.1.  */
 #define O_NDELAY        FNDELAY /* Non-blocking I/O (4.2 style) */