/contrib/ntp/arlib/UNSHAR.HDR

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 32 lines · 27 code · 5 blank · 0 comment · 0 complexity · c3d06a10c3d1f401458de638362d9cb4 MD5 · raw file

  1. Replied: Sun, 19 Dec 93 09:58:30 PST
  2. Replied: "Darren Reed <avalon@coombs.anu.edu.au> "
  3. Return-Path: avalon@coombs.anu.edu.au
  4. Received: by gw.home.vix.com id AA12017; Sun, 19 Dec 93 07:04:44 -0800
  5. Message-Id: <9312191504.AA12017@gw.home.vix.com>
  6. Received: by coombs.anu.edu.au
  7. (1.37.109.8/16.2) id AA10850; Mon, 20 Dec 1993 02:07:21 +1100
  8. From: Darren Reed <avalon@coombs.anu.edu.au>
  9. Subject: Addition for 4.9 "contrib" directory
  10. To: paul@vix.com
  11. Date: Mon, 20 Dec 1993 02:07:20 +1000 (EDT)
  12. X-Mailer: ELM [version 2.4 PL21]
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=US-ASCII
  15. Content-Transfer-Encoding: 7bit
  16. Content-Length: 67950
  17. Well, I just sent one letter off to dec.com, being from the 4.9 README I had.
  18. So, to sum up what I said, I've included below, some code I've written to
  19. perform async. DNS lookups - `replacements' for gethostbyname and
  20. gethostbyaddr. I've written and tested it mainly on a HP-UX machine, so
  21. I'm not sure how it will port to others, but I've tried to keep the amount
  22. of OS specific code to a minimum.
  23. The Makefile is setup to work best from "contrib/arlib", which is how I
  24. checked to make sure it worked and ran well. There's a man page included
  25. also.
  26. Cheers,
  27. Darren