diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-10-14 19:34:42 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-10-14 19:34:42 +0000 |
commit | 6c4407c9199d9486965a2b76e6612a57a452641f (patch) | |
tree | e417bffc02b4893d1edec585f70e174f2bd99a8b /sys/nfs/nfs_var.h | |
parent | b823d3d24c75a481e5f13352b4cfd55035df536b (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.h | 8 |
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 *); |