From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 21 Jul 93 13:25:01 GMT From: cis.ohio-state.edu!math.ohio-state.edu!howland.reston.ans.net!news.cac.ps u.edu!icf.hrb.com!jtt@ucbvax.Berkeley.EDU (Jack Taylor) Subject: RE: SunAda question Message-ID: <1993Jul21.082502.20402@icf.hrb.com> List-Id: > function gethostname(name: address; namelen: integer) > ^^^^^^^^^^^^^ > return status_code; > >As defined this function seems very useless. It will only tell you whether >or not the call to gethostname was successful. It will not tell you, >despite its name, what the hostname is. Am I missing something here? Isn't this address a pointer to a UNIX string containing the hostname?