summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorassar <assar@cvs.openbsd.org>2000-02-01 04:12:20 +0000
committerassar <assar@cvs.openbsd.org>2000-02-01 04:12:20 +0000
commit78e735727415e88370cb2c53de28a85bbdc42890 (patch)
tree1b78834bacbc175f9c00b34f854d809cdf1db55b
parent97e9f8613f259514f29dbbb598f1efd17e07d885 (diff)
remove superflous declaration of vnops, it's now in <sys/file.h>
-rw-r--r--sys/xfs/xfs_vfsops-bsd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/xfs/xfs_vfsops-bsd.c b/sys/xfs/xfs_vfsops-bsd.c
index 723cb1aa1d8..9724ff57ee4 100644
--- a/sys/xfs/xfs_vfsops-bsd.c
+++ b/sys/xfs/xfs_vfsops-bsd.c
@@ -38,7 +38,7 @@
#include <xfs/xfs_locl.h>
-RCSID("$Id: xfs_vfsops-bsd.c,v 1.1 1999/04/30 01:59:01 art Exp $");
+RCSID("$Id: xfs_vfsops-bsd.c,v 1.2 2000/02/01 04:12:19 assar Exp $");
/*
* XFS vfs operations.
@@ -336,7 +336,6 @@ xfs_fhopen (struct proc *proc,
int flags = FFLAGS(user_flags);
int index;
struct file *fp;
- extern struct fileops vnops;
XFSDEB(XDEBVFOPS, ("xfs_fhopen: fileid = %ld, flags = %d\n",
fileid, user_flags));