hush/coreutils
Timo Teras af36ba206f mkdir: fix permissions on 64-bit platforms
sizeof(long) != sizeof(mode_t), this causes the compare in
bb_make_directory of (long)-1 != (mode_t)-1 to fail and mess up
the permissions of final directory by doing chmod((mode_t) -1).

Signed-off-by: Timo Teras <timo.teras@iki.fi>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2012-02-23 03:22:25 +01:00
..
2011-08-09 04:49:27 +02:00
2011-09-21 01:59:15 +02:00
2011-09-21 01:59:15 +02:00
2011-06-22 16:42:36 +02:00
2011-08-10 00:51:29 +02:00
2011-05-21 19:15:55 +02:00
2011-10-28 14:07:44 +02:00
2011-09-21 01:59:15 +02:00
2011-08-09 04:37:50 +02:00