* Make hasmntval() return an 0 on error, 1 on success and
authorzoulasc <christos@zoulas.com>
Fri, 8 Apr 2016 19:29:33 +0000 (15:29 -0400)
committerzoulasc <christos@zoulas.com>
Fri, 8 Apr 2016 19:29:33 +0000 (15:29 -0400)
commit1c9cd2d03ab1561b7eee831af381eff781fcf41e
tree278612eafc85cb30f6dfba0b1ba68a04d5c2b5e6
parentd324d2d30c49ac737fb147f0817881a35946b03d
* Make hasmntval() return an 0 on error, 1 on success and
  place the value in an argument. Update all users and
  check properly for errors. Get rid of hasmntvalerr().
* Add hasmntvaldelim() which takes a string delimiter. This
  is now used to chop vers=4.1 to 4, so that we can parse the
  version correctly (we don't care about the .1 part yet)
ChangeLog
amd/autil.c
amd/ops_cdfs.c
amd/ops_nfs.c
amd/ops_pcfs.c
amd/ops_ufs.c
amd/srvr_nfs.c
hlfsd/hlfsd.c
include/am_utils.h
libamu/mount_fs.c
libamu/mtab.c