diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-04-29 10:23:32 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-04-29 10:23:32 +0000 |
| commit | 0c25dbeb1732cc752c3ada54f3a74ebb0683d058 (patch) | |
| tree | 11aa10a286f8583773dc91ee6156ead4a8760236 /sys | |
| parent | c0264d438b1476a9f39768304e28b8fb8b81f283 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/ufs/ffs/ffs_extern.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h index 4c8e22f27665..36f1b27ced2c 100644 --- a/sys/ufs/ffs/ffs_extern.h +++ b/sys/ufs/ffs/ffs_extern.h @@ -49,7 +49,6 @@ struct statfs; struct ucred; struct vnode; struct vop_balloc_args; -struct vop_bmap_args; struct vop_fsync_args; struct vop_reallocblks_args; struct vop_copyonwrite_args; @@ -60,7 +59,6 @@ int ffs_balloc __P((struct vop_balloc_args *)); int ffs_blkatoff __P((struct vnode *, off_t, char **, struct buf **)); void ffs_blkfree __P((struct inode *, ufs_daddr_t, long)); ufs_daddr_t ffs_blkpref __P((struct inode *, ufs_daddr_t, int, ufs_daddr_t *)); -int ffs_bmap __P((struct vop_bmap_args *)); void ffs_clrblock __P((struct fs *, u_char *, ufs_daddr_t)); int ffs_fhtovp __P((struct mount *, struct fid *, struct vnode **)); int ffs_flushfiles __P((struct mount *, int, struct proc *)); |
