o Remove unneeded off_t variable to clean up compile warning

Obtained from:	TrustedBSD Project
This commit is contained in:
rwatson 2000-06-05 14:22:51 +00:00
parent 78e26067f4
commit 051a92f4cd

View File

@ -443,7 +443,7 @@ ufs_extattr_get(struct vnode *vp, char *name, struct uio *uio,
struct mount *mp = vp->v_mount;
struct ufsmount *ump = VFSTOUFS(mp);
struct inode *ip = VTOI(vp);
off_t base_offset, offset;
off_t base_offset;
size_t size, old_size;
int error = 0;