diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-06-08 18:23:04 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-06-08 18:23:04 +0000 |
commit | 5bcb0b18905e67cd579a22a9b60e2d48be82d3f5 (patch) | |
tree | 575b1bb16d571a1d80ae0e7fa8ebfe4d1921751c /sys/nfs/nfs.h | |
parent | 855cdbe58f2f6cb6c9ac386597f19fde761454ee (diff) |
remove a bunch of kerberos definitions
Diffstat (limited to 'sys/nfs/nfs.h')
-rw-r--r-- | sys/nfs/nfs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index cb64205c178..0e505e8b54b 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs.h,v 1.29 2008/04/22 18:31:12 blambert Exp $ */ +/* $OpenBSD: nfs.h,v 1.30 2008/06/08 18:23:03 thib Exp $ */ /* $NetBSD: nfs.h,v 1.10.4.1 1996/05/27 11:23:56 fvdl Exp $ */ /* @@ -153,7 +153,6 @@ struct nfsd_srvargs { u_char *nsd_verfstr; struct timeval nsd_timestamp; /* timestamp from verifier */ u_int32_t nsd_ttl; /* credential ttl (sec) */ - NFSKERBKEY_T nsd_key; /* Session key */ }; struct nfsd_cargs { @@ -164,7 +163,6 @@ struct nfsd_cargs { u_char *ncd_authstr; /* Authenticator string */ u_int ncd_verflen; /* and the verifier */ u_char *ncd_verfstr; - NFSKERBKEY_T ncd_key; /* Session key */ }; /* @@ -331,7 +329,6 @@ struct nfsuid { int nu_expire; /* Expiry time (sec) */ struct timeval nu_timestamp; /* Kerb. timestamp */ u_int32_t nu_nickname; /* Nickname on server */ - NFSKERBKEY_T nu_key; /* and session key */ }; #define nu_inetaddr nu_haddr.had_inetaddr |