| Index: src/platform/update_engine/extent_mapper.h
|
| diff --git a/src/platform/update_engine/extent_mapper.h b/src/platform/update_engine/extent_mapper.h
|
| index b15cf4aef5894841a3d16e3a1384bf85cc7d359a..88053938726f88bbeb7fe748e7dd0c413f14c5c3 100755
|
| --- a/src/platform/update_engine/extent_mapper.h
|
| +++ b/src/platform/update_engine/extent_mapper.h
|
| @@ -26,7 +26,7 @@ bool ExtentsForFileFibmap(const std::string& path, std::vector<Extent>* out);
|
|
|
| // Puts the blocksize of the filesystem, as used by the FIBMAP ioctl, into
|
| // out_blocksize by using the FIGETBSZ ioctl. Returns true on success.
|
| -bool GetFilesystemBlockSize(const std::string& path, uint32* out_blocksize);
|
| +bool GetFilesystemBlockSize(const std::string& path, uint32_t* out_blocksize);
|
|
|
| } // namespace extent_mapper
|
|
|
|
|