From 6c4407c9199d9486965a2b76e6612a57a452641f Mon Sep 17 00:00:00 2001 From: "Thordur I. Bjornsson" Date: Sun, 14 Oct 2007 19:34:42 +0000 Subject: Remove now unused functions dealing with kerberos authentication. ok beck@ --- sys/nfs/nfs_var.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/nfs/nfs_var.h') diff --git a/sys/nfs/nfs_var.h b/sys/nfs/nfs_var.h index ef208b888c1..31116a15f80 100644 --- a/sys/nfs/nfs_var.h +++ b/sys/nfs/nfs_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_var.h,v 1.29 2007/10/13 17:38:43 thib Exp $ */ +/* $OpenBSD: nfs_var.h,v 1.30 2007/10/14 19:34:41 thib Exp $ */ /* $NetBSD: nfs_var.h,v 1.3 1996/02/18 11:53:54 fvdl Exp $ */ /* @@ -284,12 +284,6 @@ void nfsrv_init(int); int nfssvc_iod(struct proc *); void start_nfsio(void *); void nfs_getset_niothreads(int); -int nfs_getauth(struct nfsmount *, struct nfsreq *, struct ucred *, - char **, int *, char *, int *, NFSKERBKEY_T); -int nfs_getnickauth(struct nfsmount *, struct ucred *, char **, int *, - char *, int); -int nfs_savenickauth(struct nfsmount *, struct ucred *, int, NFSKERBKEY_T, - struct mbuf **, char **, struct mbuf *); /* nfs_kq.c */ int nfs_kqfilter(void *); -- cgit v1.2.3