d346be9bd2
* hdfs_find uses u_int32_t type for storing the value for the max-depth command line argument. * The type u_int32_t isn't standard, isn't available on Windows and thus breaks cross-platform compatibility. We need to replace this with uint32_t which is available on all platforms since it's part of the C++ standard. |
||
---|---|---|
.. | ||
src | ||
pom.xml |