home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!ucbvax!DECISION.CSL.UIUC.EDU!deepa
- From: deepa@DECISION.CSL.UIUC.EDU (Deepa Ramaswamy)
- Newsgroups: comp.mail.mh
- Subject: (none)
- Message-ID: <9208261920.AA03726@decision>
- Date: 26 Aug 92 19:20:02 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 26
-
- This could be a bug, I'm not sure.
-
- I downloaded mh version 6.7 from ics.uci.edu and tried compiling it on a
- Sun 3 running SunOS 4.1.1
-
- During the main compiling stage I got the following error
-
- "zotnet/mts/lock.c", line 217: O_NDELAY undefined.
-
-
- ./support/bboards/mmdfII/bboards/lock.c
- ./support/pop/mmdfII/pop/lock.c
-
- also contain O_NDELAY and would probably generate a similar error if I had
- bboards on
- pop on
-
- I added the following line in lock.c to get rid of the error
-
- #include "fcntl.h"
-
-
- Deepa Ramaswamy
- deepa@gauss.csl.uiuc.edu
-
-
-