This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH 1/7] nss_compat: Do not use nss_* names for function pointers


Florian Weimer <fweimer@redhat.com> writes:
> A future commit will use these names for types of functions
> in NSS service modules.
> ---
>  nss/nss_compat/compat-grp.c        | 54 +++++++++++------------
>  nss/nss_compat/compat-initgroups.c | 71 +++++++++++++++---------------
>  nss/nss_compat/compat-pwd.c        | 56 +++++++++++------------
>  nss/nss_compat/compat-spwd.c       | 44 +++++++++---------
>  4 files changed, 112 insertions(+), 113 deletions(-)

This one just renames symbols, no functional change.  LGTM.

Reviewed-by: DJ Delorie <dj@redhat.com>


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