This is the mail archive of the libc-hacker@sources.redhat.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] |
We don't have getipnodebyname_r anymore, I've committed the appended
patches.
Andreas
2000-11-23 Andreas Jaeger <aj@suse.de>
* nss/nss_files/files-hosts.c: Remove getipnodebyname.
* nss/Versions: Remove _nss_files_getipnodebyname_r.
============================================================
Index: nss/Versions
--- nss/Versions 2000/08/17 21:04:10 1.4
+++ nss/Versions 2000/11/23 16:09:15
@@ -83,7 +83,4 @@
_nss_files_getpublickey;
_nss_files_getsecretkey;
}
- GLIBC_2.2 {
- _nss_files_getipnodebyname_r;
- }
}
============================================================
Index: nss/nss_files/files-hosts.c
--- nss/nss_files/files-hosts.c 2000/09/03 16:57:49 1.17
+++ nss/nss_files/files-hosts.c 2000/11/23 16:14:08
@@ -279,11 +279,3 @@
&& ! memcmp (addr, result->h_addr_list[0], len))
break;
}, const void *addr, socklen_t len, int af)
-
-#undef EXTRA_ARGS_VALUE
-#define EXTRA_ARGS_VALUE \
- , af, flags
-HOST_DB_LOOKUP (ipnodebyname, ,,
- {
- LOOKUP_NAME_CASE (h_name, h_aliases)
- }, const char *name, int af, int flags)
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |