rodrigc     2006-12-07 03:24:44 UTC

  FreeBSD src repository

  Modified files:
    sbin/mount           mount_fs.c 
  Log:
  Pass a char buffer parameter with name "errmsg" to nmount().
  For filesystems which use vfs_mount_error() to log an error, this
  char buffer will be populated with a string error message.
  If nmount() fails, in addition to printing out strerror(errno),
  print out the "errmsg" populated by vfs_mount_error().
  
  Revision  Changes    Path
  1.3       +4 -1      src/sbin/mount/mount_fs.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to