commit | a1a769987b0604d8836541cefe89661ec8db02c7 | [log] [tgz] |
---|---|---|
author | Andreas Dilger <adilger@whamcloud.com> | Sat Jun 11 11:50:01 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jun 11 11:50:01 2011 -0400 |
tree | bf73eadee99a000c1a043e9fa411e88aa7300f6d | |
parent | 65d05cec3d4ae02dec1b15dfec21e571cb83c9cf [diff] |
misc: fix compile warnings on OSX The BLKFLSBUF and FDFLUSH ioctls are Linux specific, and do not really have anything to do with __GNUC__ (which is also used on OS/X and Solaris). Only print these warnings on Linux systems. statfs64() is deprecated on OSX and generates a deliberate warning. Fix some other warnings that show up on OSX builds. Signed-off-by: Andreas Dilger <adilger@whamcloud.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>