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

« back to all changes in this revision

Viewing changes to sbin/newfs/newfs.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:
81
81
extern int      Oflag;          /* build UFS1 format file system */
82
82
extern int      Rflag;          /* regression test */
83
83
extern int      Uflag;          /* enable soft updates for file system */
 
84
extern int      jflag;          /* enable soft updates journaling for filesys */
84
85
extern int      Xflag;          /* exit in middle of newfs for testing */
85
86
extern int      Jflag;          /* enable gjournal for file system */
86
87
extern int      lflag;          /* enable multilabel MAC for file system */