This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

getipnodebyname() is not exported from the shared library


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*


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]