forked from pool/e2fsprogs
ff288110b1
* Fix 64-bit block number bugs in e2fsck, dumpe2fs, and debugfs which could corrupt file systems * Fixed e2fsck's handling of how errors propagate from the journal to the file system superblock * Fixed a false positive complaint from e2fsck if all of the extents in the last extent block are uninitialized and located after the end of the file. * dumpe2fs will display the journal's error indicator in the superblock if it is set * Fixed a bug which caused e2fsck to incorrectly use O_EXCLUSIVE in some corner cases. * Fix truncation of extent-mapped inodes in e2fsck and libext2fs * Fixed i_blocks accounting in bigalloc file systems. * Add support for btrfs's No_COW flag to lsattr and chattr * Debugfs interprets the date strings of the form "@ddd" as ddd seconds after the epoch * Updated/fixed various man pages (Closes: #674453, #674694) Rev filesystems/31 Md5 d6603a97d2b94f9f7eed29dc8ed5b46d 2012-06-14 15:27:03 dirkmueller 124987
13 lines
383 B
Diff
13 lines
383 B
Diff
Index: lib/ext2fs/ext2fs.h
|
|
===================================================================
|
|
--- lib/ext2fs/ext2fs.h.orig 2012-06-04 18:42:23.000000000 +0200
|
|
+++ lib/ext2fs/ext2fs.h 2012-06-14 09:53:19.190709779 +0200
|
|
@@ -53,6 +53,7 @@ extern "C" {
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
+#include <unistd.h>
|
|
|
|
#if EXT2_FLAT_INCLUDES
|
|
#include "e2_types.h"
|