use NoInt() wrappers in FileUtil
authorPhilip Pronin <philipp@fb.com>
Fri, 30 May 2014 07:05:28 +0000 (00:05 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Mon, 9 Jun 2014 22:35:20 +0000 (15:35 -0700)
commit300f64f9e5414ac5147b4b86c3c16822ec78b49d
tree6e16cbe8c7b257b72ff5dc07e92d93314bf27335
parentc7f8903ca30a1887577d5c3eb17267923808f6fc
use NoInt() wrappers in FileUtil

Summary:
Accidentally spotted this problem.  `folly/FileUtil.h` and
`common/files/FileUtil.h` are now using `*NoInt` wrappers where appropriate.

Test Plan: fbconfig -r common/files folly && fbmake opt -j32

Reviewed By: lucian@fb.com

Subscribers: folly@lists, fbcode-common-diffs@lists

FB internal diff: D1356261
folly/FileUtil.h