Fix total permission bogosity in "checkout-cache.c".
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 17 Apr 2005 16:55:36 +0000 (09:55 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 17 Apr 2005 16:55:36 +0000 (09:55 -0700)
commitfa06d442c6c5113fcff9991f349157bdb0c4b989
treeaadcae71d6f2b24b78822cc077c012febee593ea
parentc4e3cca1f71d34e69bdbfa0de0144ddb00f75505
Fix total permission bogosity in "checkout-cache.c".

Use the proper octal mode naming instead of random decimal
crud, and don't reset the mode after the create with fchmod:
the whole point was to let "umask" do its thing.

Duh.
checkout-cache.c