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 roland/sunrpc] Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.


On 01/16/2015 06:46 PM, Roland McGrath wrote:
> The rpcent functions (from <rpc/netdb.h>) are useless in a C library that
> does not include sunrpc support.  The getpublickey function was already
> excluded, but its NSS backends were not.  
> 
> This change just moves around and conditionalizes the code so that those
> are left out when sunrpc is also left out entirely.  It has no effect on
> existing configurations, which still build in sunrpc.  A future follow-on
> change that should be made eventually is to make the rpcent functions
> unlinkable like the rest of sunrpc, when compiling a compat configuration
> without --enable-obsolete-rpc.
> 
> Tested with 'make check-abi' on i686-linux-gnu and x86_64-linux-gnu.
> 
> If nobody objects, I'll commit this on Tuesday.
 
Please do not commit this. We are effectively frozen and only bug fixes
should go into the branch. Definitely not something like this patch.

Please do ask for reviewers though and commit to 2.22 when it opens.

Cheers,
Carlos.


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