~daniel-mehrmann/e2fsprogs/master

« back to all changes in this revision

Viewing changes to e2fsck/problem.h

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2012-06-14 13:01:21 UTC
  • mfrom: (8.4.18 sid)
  • Revision ID: package-import@ubuntu.com-20120614130121-t2gct0d09jepx0y6
Tags: 1.42.4-3ubuntu1
* Merge from Debian unstable (LP: #978012), remainging changes:
  - debian/control.in: 
      Build-depend on gettext:any instead of on gettext for (cross-building)
      Drop build dependency on dc, which hasn't been needed for some time.
      Update maintainer field.
  - debian/rules:
      Block pkg-create-dbgsym from operating on this package.
      Build without dietlibc-dev, which is in universe 
  - debian/control:
      Regenerate with ./debian/rules debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1028
1028
/* Recreate the journal if E2F_FLAG_JOURNAL_INODE flag is set */
1029
1029
#define PR_6_RECREATE_JOURNAL           0x060001
1030
1030
 
 
1031
/* Update quota information if it is inconsistent */
 
1032
#define PR_6_UPDATE_QUOTAS              0x060002
 
1033
 
1031
1034
/*
1032
1035
 * Function declarations
1033
1036
 */