Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2008 17:50:29 +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/usr.sbin/setfmac setfmac.c
Message-ID:  <200801291750.m0THoTOc094034@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2008-01-29 17:50:29 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/setfmac     setfmac.c 
  Log:
  An average consumer of fts(3) that avoids keeping pointers to old
  FTSENTs and uses only what fts_read() has just returned can rely
  on fts_path being NUL-terminated.  Under these conditions, a plain
  vanilla "%s" format can be safely used to printf an fts_path.
  
  OK'ed by:       rwatson
  
  Revision  Changes    Path
  1.11      +7 -13     src/usr.sbin/setfmac/setfmac.c



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