Kamil Dudka <[email protected]> wrote: > On Tuesday 17 February 2009 13:09:04 Andreas Schwab wrote: >> > static bool >> > extra_mode (mode_t input) >> > { >> > const mode_t mask = ~S_IRWXUGO & 0xFFF; >> > return input & mask; >> > } >> >> Perhaps ~S_IFMT instead of 0xFFF? > Seems better. Thanks!
I've applied that and pushed it. Thanks! _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
