]> Cypherpunks repositories - gostls13.git/commit
os: make return type of FileInfo.Permission() consistent with related functions
authorScott Lawrence <bytbox@gmail.com>
Tue, 24 Aug 2010 00:38:52 +0000 (10:38 +1000)
committerRob Pike <r@golang.org>
Tue, 24 Aug 2010 00:38:52 +0000 (10:38 +1000)
commit668f05aaf15bf12babb0bb8705fc9078d2d9b1cb
tree83999a680634d2a33d9a03fe7f3608461a507154
parentd0459447fa1a464459e49469b63e47d2a75018e8
os: make return type of FileInfo.Permission() consistent with related functions
(uint32 rather than int)

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/1958048
src/pkg/os/types.go