Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ccut!wnoc-tyo-news!cs.titech!titccy.cc.titech!necom830!mohta From: mohta@necom830.cc.titech.ac.jp (Masataka Ohta) Newsgroups: comp.unix.internals Subject: Re: Shared libraries Message-ID: <172@titccy.cc.titech.ac.jp> Date: 10 May 91 06:04:25 GMT References: <1991May9.135637.5408@batcomputer.tn.cornell.edu> Sender: news@titccy.cc.titech.ac.jp Organization: Tokyo Institute of Technology Lines: 18 In article <1991May9.135637.5408@batcomputer.tn.cornell.edu> shore@theory.tn.cornell.edu (Melinda Shore) writes: >>With the introduction of DNS, struct hostent, a structure returned by >>gethostbyname(), was changed. A new field, h_addr_list, was added and >>an old field, h_addr, was replaced by a #define. >That change was introduced with 4.3BSD, not with dns. The change was introduced with 4.3BSD to meet the requirements of DNS. You should have checked the line of h_addr_list in /usr/include/netdb.h of 4.3BSD. As I quoted in my previous posting, the words "name server" can be seen within the comment of the line. Masataka Ohta