From d6da640860d3edbcea5ad1e83f573d38e71037c3 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 10 Jun 2009 14:24:31 +0000 Subject: Fix r193923 by noting that type of a_fp is struct file *, not int. It was assumed that r193923 was trivial change that cannot be done wrong. MFC after: 2 weeks --- sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/gnu') diff --git a/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c b/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c index 9d86c95a0940..80c95181ccc5 100644 --- a/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c +++ b/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c @@ -198,7 +198,7 @@ _xfs_open( int a_mode; struct ucred *a_cred; struct thread *a_td; - int a_fp; + struct file *a_fp; } */ *ap) { int error; -- cgit v1.3