CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Prefer archive_entry_mode() over archive_entry_stat().
authorTilman Sauerbeck <tilman@crux.nu>
Fri, 24 Nov 2006 20:42:59 +0000 (21:42 +0100)
committerTilman Sauerbeck <tilman@crux.nu>
Fri, 24 Nov 2006 20:42:59 +0000 (21:42 +0100)
commit7f84e1cc9e8e7ae698e8b648f7dbba98a2753150
treecf961ffa25247d82e94c2ed865994cddf82f4626
parent632a66b648eb8a267a62d101c8e1182f1647017d
Prefer archive_entry_mode() over archive_entry_stat().

If we're only interested in the mode, just call archive_entry_mode()
instead of getting the whole stat struct.
pkgutil.cc