This is the mail archive of the glibc-cvs@sources.redhat.com 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]

libc/sunrpc auth_des.c auth_none.c auth_unix.c ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sources.redhat.com	2002-05-14 17:21:01

Modified files:
	sunrpc         : auth_des.c auth_none.c auth_unix.c bindrsvprt.c 
	                 clnt_gen.c clnt_raw.c clnt_simp.c clnt_tcp.c 
	                 clnt_udp.c clnt_unix.c key_call.c pm_getmaps.c 
	                 pm_getport.c pmap_clnt.c pmap_rmt.c rtime.c 
	                 svc.c svc_auth.c svc_run.c svc_simple.c 
	                 svc_tcp.c svc_udp.c svc_unix.c 

Log message:
	Use INTUSE calls to bindresvport, authunix_create,
	authunix_create_default, authnone_create, authdes_pk_create,
	clnt_create, clnttcp_create, clntudp_create, clntudp_bufcreate,
	clntunix_create svc_sendreply, svcerr_decode, svc_getreq,
	svc_getreq_common, svc_getreqset, svc_getreq_poll, svc_register,
	svc_unregister, svcudp_create, svcudp_bufcreate, _authenticate, add
	INTDEF after such function definitions.  Use __listen, __bind,
	__sendto, __recvfrom, __sendmsg, __recvmsg, __setsockopt,
	__getsockname instead of non-__ variants.


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