Replace S_I[RWX]{USR,GRP,OTH} macros by their values.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 3 Aug 2010 05:11:13 +0000 (22:11 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 9 Aug 2010 17:59:05 +0000 (10:59 -0700)
commit33c65b85425187f4cb06f7c8302e49d571c4c3a7
tree8ecf89cf304eef4a0d244437022e2e4c7644b4be
parent9a507f96979c87bd3be7774e802225c6eea12a23
Replace S_I[RWX]{USR,GRP,OTH} macros by their values.

POSIX 2008 guarantees that these macros have their traditional Unix values,
so it should no be longer necessary to use the macros for portability's
sake.  Personally, I find the values easier to read, especially when
several of them are OR'd together.
src/data/por-file-writer.c
src/data/sys-file-writer.c
src/language/data-io/data-writer.c
src/language/utilities/permissions.c