summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_vfsops.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-07-13 09:47:27 +0000
committerphk <phk@FreeBSD.org>2004-07-13 09:47:27 +0000
commit14378802af7243991ce7929a3898d687647cfd8b (patch)
tree180e93131c8787da45c9e6d3be48476c5132d420 /sys/fs/smbfs/smbfs_vfsops.c
parentd36b28659f9f7589a9ef0b0293ee69534d5814a6 (diff)
downloadFreeBSD-src-14378802af7243991ce7929a3898d687647cfd8b.zip
FreeBSD-src-14378802af7243991ce7929a3898d687647cfd8b.tar.gz
Another LINT compilation fix
Diffstat (limited to 'sys/fs/smbfs/smbfs_vfsops.c')
-rw-r--r--sys/fs/smbfs/smbfs_vfsops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_vfsops.c b/sys/fs/smbfs/smbfs_vfsops.c
index 2004097..ec67445 100644
--- a/sys/fs/smbfs/smbfs_vfsops.c
+++ b/sys/fs/smbfs/smbfs_vfsops.c
@@ -268,7 +268,6 @@ smbfs_root(struct mount *mp, struct vnode **vpp, struct thread *td)
struct vnode *vp;
struct smbnode *np;
struct smbfattr fattr;
- struct thread *td = curthread;
struct ucred *cred = td->td_ucred;
struct smb_cred scred;
int error;
OpenPOWER on IntegriCloud