~ubuntu-branches/debian/jessie/ufsutils/jessie

« back to all changes in this revision

Viewing changes to sys/ufs/ffs/ffs_extern.h

  • Committer: Package Import Robot
  • Author(s): Robert Millan
  • Date: 2014-05-22 18:05:36 UTC
  • mfrom: (11.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20140522180536-nsmuhw6ryv9awr88
Tags: 10.0-3
Fix FTBFS due to missing <libutil.h> by adding a libutil-freebsd-dev
build-dep (Closes: #741088). Thanks Cyril Brulebois.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
void    process_deferred_inactive(struct mount *mp);
96
96
void    ffs_sync_snap(struct mount *, int);
97
97
int     ffs_syncvnode(struct vnode *vp, int waitfor, int flags);
98
 
int     ffs_truncate(struct vnode *, off_t, int, struct ucred *, struct thread *);
 
98
int     ffs_truncate(struct vnode *, off_t, int, struct ucred *);
99
99
int     ffs_update(struct vnode *, int);
100
100
int     ffs_valloc(struct vnode *, int, struct ucred *, struct vnode **);
101
101