cvs commit: src/lib/libarchive archive_entry_strmode.c

Tim Kientzle kientzle at FreeBSD.org
Sun Aug 10 02:17:34 UTC 2008


kientzle    2008-08-10 02:17:23 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libarchive       archive_entry_strmode.c 
  Log:
  SVN rev 181487 on 2008-08-10 02:17:23Z by kientzle
  
  MFC r179234 | cperciva | 2008-05-22 21:57:28 -0700 (Thu, 22 May 2008)
  
  > We only use the string "?rwxrwxrwx " once, so inline it rather than
  > declaring a variable which points to it.  Aside from eliminating a
  > line of code and one level of unnecessary indirection, this eliminates
  > a false positive in Coverity.
  
  Revision  Changes    Path
  1.1.2.3   +1 -2      src/lib/libarchive/archive_entry_strmode.c


More information about the cvs-src mailing list