Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2007 09:56:52 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/mdmfs mdmfs.c
Message-ID:  <200705030956.l439urXG002806@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2007-05-03 09:56:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/mdmfs           mdmfs.c 
  Log:
  MFC rev. 1.32:
  
    Fix a typo: argv -> argvp.
  
    Rationale:
    We are interested in the current (last) element of the argv array
    there, not in its first element. [...]
  
    Also add a comment that the argv array ends up null-terminated in
    any case (it's due to the design of the for loop) as an answer to
    a possible question why the whole argv isn't zero-filled.
  
  Revision  Changes    Path
  1.23.2.4  +2 -1      src/sbin/mdmfs/mdmfs.c



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