zfs/cmd
Brian Behlendorf e6b541db64 All calls to ftruncate() must have their return code checked.
Under FC11 rpm builds by default add the --fortify-source option which
ensures that functions flagged with certain attributes must have their
return codes checked.  Normally this is just a warning but we always
build with -Werror so this is fatal.  Simply wrap the function in a
verify call to ensure we catch a failure if there is one.
2009-08-14 10:11:03 -07:00
..
zdb Merge commit 'refs/top-bases/gcc-fortify-source' into gcc-fortify-source 2009-07-02 17:08:30 -07:00
zfs Rebase master to b117 2009-07-02 15:44:48 -07:00
zinject Rebase master to b117 2009-07-02 15:44:48 -07:00
zpool Rebase master to b117 2009-07-02 15:44:48 -07:00
ztest All calls to ftruncate() must have their return code checked. 2009-08-14 10:11:03 -07:00