summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_var.h
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2007-10-14 19:34:42 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2007-10-14 19:34:42 +0000
commit6c4407c9199d9486965a2b76e6612a57a452641f (patch)
treee417bffc02b4893d1edec585f70e174f2bd99a8b /sys/nfs/nfs_var.h
parentb823d3d24c75a481e5f13352b4cfd55035df536b (diff)
Remove now unused functions dealing with kerberos
authentication. ok beck@
Diffstat (limited to 'sys/nfs/nfs_var.h')
-rw-r--r--sys/nfs/nfs_var.h8
1 files changed, 1 insertions, 7 deletions
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 *);