From: Michael Vogt Date: Wed, 9 Apr 2014 08:24:47 +0000 (+0200) Subject: Rename FileFd::Open() Perms to AccessMode X-Git-Tag: 1.0.1~2^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/e5f3f8c101b772a6eb6326203a2174e809ab406d?ds=sidebyside;hp=e5f3f8c101b772a6eb6326203a2174e809ab406d Rename FileFd::Open() Perms to AccessMode Bug lp:#1304657 was caused by confusion around the name Perms. The new name AccessMode should make it clear that its not the literal file permissions but instead the AccessMode passed to open() (i.e. the umask needs to be applied) ---