Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Thu Jul 31 16:40:55 PDT 1997
Update of /cvsroot/src/lib/libc/net
In directory netbsd1:/var/slash-tmp/cvs-serv26174

Modified Files:
        getnetbyaddr.c getnetbyname.c 
Log Message:
Fix lossage caused by the __weak_alias() commit.  The namespace protection
does NOT belong here; these implement the file lookups, and are internal
functions only.  As such, use "__foo" rather than "_foo" in the names, to
avoid confusion.


thorpej
Thu Jul 31 16:43:29 PDT 1997
Update of /cvsroot/src/lib/libc/net
In directory netbsd1:/var/slash-tmp/cvs-serv26239

Modified Files:
        getnetnamadr.c 
Log Message:
- Add __weak_alias() namespace protection and update for changes to
  getnetnyname.c and getnetbyaddr.c.
- Now that getnetbyname() and getnetbyaddr() support looking up their
  entries via BIND (they were previously file-only), add "lookup ..."
  dispatch support (in /etc/resolv.conf), a'la gethostby*().


thorpej
Thu Jul 31 16:49:33 PDT 1997
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv26428

Modified Files:
        CHANGES 
Log Message:
Note changes to getnetby*()




Home | Main Index | Thread Index | Old Index