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]

libc nis/nss_nisplus/nisplus-ethers.c inet/eth ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	aj@sources.redhat.com	2000-12-21 06:38:27

Modified files:
	nis/nss_nisplus: nisplus-ethers.c 
	inet           : ether_hton.c ether_ntoh.c 
	nis/nss_nis    : nis-ethers.c 
	include/netinet: ether.h 
	include/rpc    : auth.h auth_des.h 
	sunrpc         : publickey.c 

Log message:
	* nis/nss_nisplus/nisplus-ethers.c (struct etherent): Removed.
	* inet/ether_hton.c: Likewise
	* inet/ether_ntoh.c: Likewise.
	
	* nis/nss_nis/nis-ethers.c (_nss_nis_getntohost_r): Fix
	declaration to match prototype.
	
	* include/netinet/ether.h (struct etherent): Declare here so that
	all implementations use the same struct.
	
	* nis/nss_nis/nis-ethers.c: Include netinet/ether.h to get
	prototypes.
	(struct ether): Removed.
	Use struct etherent instead of ether everywhere.
	
	* include/rpc/auth.h (DECLARE_NSS_PROTOTYPES): New.
	
	* include/rpc/auth_des.h (DECLARE_NSS_PROTOTYPES): New.
	
	* sunrpc/publickey.c: Include auth_des.h for prototypes.


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