mirror_zfs/cmd/mount_zfs
Brian Behlendorf ec49a5f0ec Fix getcwd() warning
New versions glibc declare getcwd() with the warn_unused_result attribute.
This results in a warning because the updated mount helper was not
checking this return value.  This issue was fixed by checking the return
type and in the case of an error simply returning the passed dataset.
One possible, but unlikely, error would be having your cwd directory
unlinked while the mount command was running.

  cmd/mount_zfs/mount_zfs.c: In function ‘parse_dataset’:
  cmd/mount_zfs/mount_zfs.c:223:2: error: ignoring return value of
      ‘getcwd’, declared with attribute warn_unused_result
2011-03-18 13:54:49 -07:00
..
Makefile.am Fix mount helper 2011-03-09 15:26:48 -08:00
Makefile.in Fix mount helper 2011-03-09 15:26:48 -08:00
mount_zfs.c Fix getcwd() warning 2011-03-18 13:54:49 -07:00