This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |