Ian Dowse 05779418cd Don't include the file system ID in the output of `mount -v' if it
is all zeros. The kernel now consistently zeroes FSIDs for non-root
users, so there's no point in printing these.

Also fix a number of compiler warnings, including two real bugs:
- a bracket placement bug caused `mount -t ufs localhost:/foo /mnt'
  to override the `-t ufs' specification and use mount_nfs.
- an unitialised variable was used instead of _PATH_SYSPATH when
  warning that the mount_* program cound not be found.

Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz> (FSID part)
Approved by:	re (scottl)
2003-12-05 09:36:56 +00:00
..
2003-06-08 12:40:50 +00:00
2003-09-14 13:41:59 +00:00
2003-10-30 09:08:09 +00:00
2003-11-13 19:08:43 +00:00
2003-10-30 05:43:56 +00:00
2003-11-13 19:18:43 +00:00
2003-08-12 20:01:10 +00:00
2003-09-14 13:41:59 +00:00
2003-11-10 14:28:33 +00:00
2003-08-22 18:59:55 +00:00
2003-11-07 21:28:29 +00:00