--- src/sys/vfs/smbfs/smbfs_node.h 2004/08/28 19:02:28 1.4 +++ src/sys/vfs/smbfs/smbfs_node.h 2005/06/06 15:35:09 1.5 @@ -61,6 +61,7 @@ struct smbnode { long n_ino; int n_dosattr; int n_opencount; + struct ucred *n_cached_cred; /* cred used to open file */ u_int16_t n_fid; /* file handle */ int n_rwstate; /* granted access mode */ u_char n_nmlen;