summaryrefslogtreecommitdiff
path: root/sys/xfs/xfs_node-bsd.c
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2003-08-12 10:55:10 +0000
committerHans Insulander <hin@cvs.openbsd.org>2003-08-12 10:55:10 +0000
commit79a472e474df85e0deeff9e02290bc3da1f81cc0 (patch)
treeb58e46b703efc240c4d2de8ba596d4875a23f4ba /sys/xfs/xfs_node-bsd.c
parenta3fba6a17328540e5cb5c8b3adef1453529b24f3 (diff)
Fix include stuff, unused variables and statics and other small things needed
to compile in our tree.
Diffstat (limited to 'sys/xfs/xfs_node-bsd.c')
-rw-r--r--sys/xfs/xfs_node-bsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/xfs/xfs_node-bsd.c b/sys/xfs/xfs_node-bsd.c
index b74b1169d05..1be56c51b5c 100644
--- a/sys/xfs/xfs_node-bsd.c
+++ b/sys/xfs/xfs_node-bsd.c
@@ -55,7 +55,6 @@ xfs_getnewvnode(struct xfs *xfsp, struct vnode **vpp,
struct xfs_handle *handle)
{
struct xfs_node *result, *check;
- struct mount *mp;
int error;
error = getnewvnode(VT_AFS, NNPFS_TO_VFS(xfsp), xfs_vnodeop_p, vpp);