commit | 0165cfadfaf3286072dc635100b2e9bbfdcad137 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Aug 10 18:21:14 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Aug 10 18:21:14 2014 -0400 |
tree | 991e0ebe8d322645ed839330602d36c75092025d | |
parent | 489ff4a2c7acfe4bbfdf14a68a674933a54e1632 [diff] |
e2fuzz: fix build problems on macosx and i386 linux Fix clang warnings about forgotten header files, dead code, and pwrite support on OS X. The unistd.h inclusion also fixes a parameter truncation bug on i386. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>