about summary refs log tree commit diff
path: root/sunrpc/publickey.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-21 14:38:26 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-21 14:38:26 +0000
commit6b083d46e4f8de4d50daa6e12a1692bc744e2b9a (patch)
tree4dec8b7b628bef4c829ec83ae3f5e6bc78ee635b /sunrpc/publickey.c
parente3bb40e6bff112c40fd7a3afaade03d564b4a95a (diff)
downloadglibc-6b083d46e4f8de4d50daa6e12a1692bc744e2b9a.tar.gz
glibc-6b083d46e4f8de4d50daa6e12a1692bc744e2b9a.tar.xz
glibc-6b083d46e4f8de4d50daa6e12a1692bc744e2b9a.zip
* 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.
Diffstat (limited to 'sunrpc/publickey.c')
-rw-r--r--sunrpc/publickey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/publickey.c b/sunrpc/publickey.c
index 94d5499b98..ee51e3c60e 100644
--- a/sunrpc/publickey.c
+++ b/sunrpc/publickey.c
@@ -20,6 +20,7 @@
 
 #include <errno.h>
 #include <rpc/netdb.h>
+#include <rpc/auth_des.h>
 
 #include "nsswitch.h"