Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2005 01:27:57 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/mount getmntopts.c mntopts.h mount_fs.c
Message-ID:  <200511130127.jAD1Rv7r070059@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rodrigc     2005-11-13 01:27:57 UTC

  FreeBSD src repository

  Modified files:
    sbin/mount           getmntopts.c mntopts.h mount_fs.c 
  Log:
  - Make size parameter to build_iovec() a size_t, not an int
  - Add build_iovec_argf() helper function, for help converting old
    mount options which used the mount_argf() function for the mount() syscall.
  
  Discussed with: phk
  
  Revision  Changes    Path
  1.17      +25 -3     src/sbin/mount/getmntopts.c
  1.27      +2 -1      src/sbin/mount/mntopts.h
  1.2       +4 -4      src/sbin/mount/mount_fs.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511130127.jAD1Rv7r070059>