cvs commit: src/sbin/mount getmntopts.c mntopts.h mount_fs.c

Craig Rodrigues rodrigc at FreeBSD.org
Sun Nov 13 01:27:58 GMT 2005


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


More information about the cvs-src mailing list