mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Correct prototype for ufs_bmaparray()
This commit is contained in:
parent
c83ebe7781
commit
5316959a2c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10552
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)ufs_extern.h 8.3 (Berkeley) 4/16/94
|
||||
* $Id: ufs_extern.h,v 1.6 1994/11/14 13:50:15 bde Exp $
|
||||
* $Id: ufs_extern.h,v 1.7 1995/03/28 07:58:17 bde Exp $
|
||||
*/
|
||||
|
||||
#ifndef _UFS_UFS_EXTERN_H_
|
||||
|
@ -58,7 +58,7 @@ int ufs_access __P((struct vop_access_args *));
|
|||
int ufs_advlock __P((struct vop_advlock_args *));
|
||||
int ufs_bmap __P((struct vop_bmap_args *));
|
||||
int ufs_bmaparray __P((struct vnode *, daddr_t, daddr_t *, struct indir *,
|
||||
int *, int *));
|
||||
int *, int *, int *));
|
||||
|
||||
int ufs_check_export __P((struct mount *, struct ufid *, struct mbuf *,
|
||||
struct vnode **, int *exflagsp, struct ucred **));
|
||||
|
|
Loading…
Reference in a new issue