]> git.saurik.com Git - apt.git/commitdiff
Rename FileFd::Open() Perms to AccessMode
authorMichael Vogt <mvo@ubuntu.com>
Wed, 9 Apr 2014 08:24:47 +0000 (10:24 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Thu, 10 Apr 2014 06:59:51 +0000 (08:59 +0200)
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)


No differences found