diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-21 21:23:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-21 21:23:21 +0000 |
commit | a5fdf99b7c4d23acbc3d3f77f6c4d4456ff6006f (patch) | |
tree | 50505d8e5c6d5e9a45cffa622461612d11fc369c /nss/Makefile | |
parent | df18ec9afef6afd29c3b19bccec35e4dbe4563bf (diff) | |
download | glibc-a5fdf99b7c4d23acbc3d3f77f6c4d4456ff6006f.tar glibc-a5fdf99b7c4d23acbc3d3f77f6c4d4456ff6006f.tar.gz glibc-a5fdf99b7c4d23acbc3d3f77f6c4d4456ff6006f.tar.bz2 glibc-a5fdf99b7c4d23acbc3d3f77f6c4d4456ff6006f.zip |
Update.
2000-12-09 H.J. Lu <hjl@gnu.org>
* nss/Makefile (routines): Add digits_dots.
* nss/Versions (libc): Add __nss_hostname_digits_dots to GLIBC_2.2.2.
* nss/digits_dots.c (__nss_hostname_digits_dots): Turn template
into a function.
* nss/nsswitch.h (__nss_hostname_digits_dots): New internal NSS
function.
* nss/getXXbyYY.c (H_ERRNO_VAR_P): New definition.
(TYPE_VAR_P): Likewise.
(FLAGS_VAR): Likewise.
(AF_VAR_P): Likewise.
(INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots ()
instead of including digits_dots.c.
* nss/getXXbyYY_r.c (H_ERRNO_VAR_P): New definition.
(TYPE_VAR_P): Likewise.
(FLAGS_VAR): Likewise.
(AF_VAR_P): Likewise.
(INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots ()
instead of including digits_dots.c.
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nss/Makefile b/nss/Makefile index 849680ef3a..ec04f839bf 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -27,7 +27,7 @@ distribute := nsswitch.h XXX-lookup.c getXXbyYY.c getXXbyYY_r.c \ nsswitch.conf digits_dots.c function.def # This is the trivial part which goes into libc itself. -routines = nsswitch getnssent getnssent_r \ +routines = nsswitch getnssent getnssent_r digits_dots \ $(addsuffix -lookup,$(databases)) # These are the databases that go through nss dispatch. |