home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / rec / games / mud / misc / 1732 < prev    next >
Encoding:
Internet Message Format  |  1992-12-25  |  1020 b 

  1. Path: sparky!uunet!wupost!spool.mu.edu!olivea!apple!TIS.COM!mjr
  2. From: mjr@TIS.COM (Marcus J. Ranum)
  3. Newsgroups: rec.games.mud.misc
  4. Subject: Re: Note to any fellow DikuMUD coders...
  5. Message-ID: <9212260257.AA22918@TIS.COM>
  6. Date: 26 Dec 92 02:57:16 GMT
  7. References: <1992Dec24.114107.18992@meiko.com> <9212241834.AA23599@TIS.COM> <lek1Hah5mb@atlantis.psu.edu>
  8. Sender: daemon@Apple.COM
  9. Reply-To: mjr@TIS.COM
  10. Organization: Trusted Informations Systems, Inc.
  11. Lines: 13
  12.  
  13. stine@handel.psu.edu (Jeffrey Stine) writes:
  14.  
  15. >I've worked on machines where this call did not work and would produce a
  16. >seg fault. There is nothing wrong with transforming the address this way
  17. >provided it is done correctly.
  18.  
  19.     Sure. You cal also make your code "portable" by including the
  20. complete source of a libc that you trust to work. If the system libraries
  21. are broken, that's an implementation detail you should work out with
  22. the vendor - rewriting library routines in a way that works "provided it
  23. is done correctly" is not good programming.
  24.  
  25. mjr.
  26.