getipnodebyname() is not exported from the shared library

Maciej W. Rozycki macro@ds2.pg.gda.pl
Mon Jul 31 08:23:00 GMT 2000


Hi,

 Getipnodebyname() is not marked public and thus it does not get exported
from the shared library.  The following trivial patch fixes it.

2000-07-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

	* inet/Versions: Export getipnodebyname for GLIBC_2.2 from libc.

  Maciej

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +

diff -u --recursive --new-file glibc.macro/inet/Versions glibc/inet/Versions
--- glibc.macro/inet/Versions	Sun Jun  4 02:26:00 2000
+++ glibc/inet/Versions	Sun Jul 30 20:10:03 2000
@@ -66,7 +66,7 @@
     # f*
     freehostent;
     # g*
-    getipnodebyaddr;
+    getipnodebyaddr; getipnodebyname;
     # i*
     iruserok_af;
     # r*



More information about the Libc-alpha mailing list