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

« back to all changes in this revision

Viewing changes to debian/patches/fsck_getopt.diff

  • 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:
4
4
        sync();
5
5
        skipclean = 1;
6
6
        inoopt = 0;
7
 
-       while ((ch = getopt(argc, argv, "b:Bc:CdEfFm:npryZ")) != -1) {
8
 
+       while ((ch = getopt(argc, argv, "ab:Bc:CdEfFm:npryZ")) != -1) {
 
7
-       while ((ch = getopt(argc, argv, "b:Bc:CdEfFm:nprSyZ")) != -1) {
 
8
+       while ((ch = getopt(argc, argv, "b:Bc:CdEfFm:nprSyZa")) != -1) {
9
9
                switch (ch) {
10
10
                case 'b':
11
11
                        skipclean = 0;