[Patch] Export rcmd_af etc

Andreas Jaeger aj@suse.de
Tue Jan 18 09:26:00 GMT 2000


This patch implements a number of new functions:

2000-01-17  Ulrich Drepper  <drepper@cygnus.com>
                                                                                        * inet/rcmd.c: Implement rcmd_af, rresvport_af, ruserok_af, and
        iruserok_af.
        * inet/rexec.c: Implement rexec_af.
        Patch by Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>.
 
        * resolv/netdb.h: Add declarations of rcmd_af, rexec_af, ruserok_af,
        and rresvport_af.

Shouldn't we export those functions?

Andreas

2000-01-18  Andreas Jaeger  <aj@suse.de>

	* inet/Versions: Add new functions add at 2000-01-17.

============================================================
Index: inet/Versions
--- inet/Versions	1999/07/18 23:21:48	1.4
+++ inet/Versions	2000/01/18 17:25:18
@@ -67,5 +67,9 @@
     freehostent;
     # g*
     getipnodebyaddr;
+    # i*
+    iruserok_af;
+    # r*
+    rcmd_af; rexec_af; rrsesvport_af; ruserok_af;
   }
 }


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de


More information about the Libc-hacker mailing list