~ubuntu-branches/ubuntu/precise/nilfs-tools/precise

« back to all changes in this revision

Viewing changes to sbin/mkfs/mkfs.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2011-02-03 09:24:46 UTC
  • mfrom: (6.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110203092446-dtbi24pqd15xurpv
Tags: 2.0.20-3
* Updating maintainer and uploaders fields.
* Removing vcs entries.
* Removing references to my old email address.
* Makeing packaging distribution neutral.
* Improving comments in rules file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
#endif
55
55
#endif
56
56
 
 
57
#ifndef BUG
 
58
#define BUG()   abort()
 
59
#endif
 
60
 
57
61
#include "nilfs2_fs.h"
58
62
 
59
63
#define NILFS_DISKHDR_SIZE              4096 /* HDD header (MBR+superblock) */