Date: Sun, 10 Aug 2008 02:17:23 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive archive_entry_strmode.c Message-ID: <200808100217.m7A2HXLJ003070@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808100217.m7A2HXLJ003070>