home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / mh / 1059 < prev    next >
Encoding:
Text File  |  1992-08-26  |  873 b   |  38 lines

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!DECISION.CSL.UIUC.EDU!deepa
  2. From: deepa@DECISION.CSL.UIUC.EDU (Deepa Ramaswamy)
  3. Newsgroups: comp.mail.mh
  4. Subject: (none)
  5. Message-ID: <9208261920.AA03726@decision>
  6. Date: 26 Aug 92 19:20:02 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 26
  11.  
  12. This could be a bug, I'm not sure.
  13.  
  14. I downloaded mh version 6.7 from ics.uci.edu and tried compiling it on a 
  15. Sun 3 running SunOS 4.1.1
  16.  
  17. During the main compiling stage I got the following error
  18.  
  19. "zotnet/mts/lock.c", line 217: O_NDELAY undefined.
  20.  
  21.  
  22. ./support/bboards/mmdfII/bboards/lock.c
  23. ./support/pop/mmdfII/pop/lock.c
  24.  
  25. also contain O_NDELAY and would probably generate a similar error if I had
  26. bboards on 
  27. pop on
  28.  
  29. I added the following line in lock.c to get rid of the error
  30.  
  31. #include "fcntl.h"
  32.  
  33.  
  34. Deepa Ramaswamy
  35. deepa@gauss.csl.uiuc.edu
  36.  
  37.  
  38.