home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!wupost!spool.mu.edu!olivea!apple!TIS.COM!mjr
- From: mjr@TIS.COM (Marcus J. Ranum)
- Newsgroups: rec.games.mud.misc
- Subject: Re: Note to any fellow DikuMUD coders...
- Message-ID: <9212241834.AA23599@TIS.COM>
- Date: 24 Dec 92 18:34:17 GMT
- References: <3331@bsu-cs.bsu.edu> <1992Dec24.114107.18992@meiko.com>
- Sender: usenet@Apple.COM
- Reply-To: mjr@TIS.COM
- Organization: Trusted Informations Systems, Inc.
- Lines: 7
-
- > sprintf (currentConnectId, "%d.%d.%d.%d",
- > foo.sa_data [2] & 0xFF, foo.sa_data [3] & 0xFF,
- > foo.sa_data [4] & 0xFF, foo.sa_data [5] & 0xFF) ;
-
- What is this vomit? Use inet_ntoa().
-
- mjr.
-