reshuffle libbb.h contents so that order of decls makes sense

Found bad typo in largefile support :)
This commit is contained in:
Denis Vlasenko
2006-10-27 09:05:02 +00:00
parent 621204bbf6
commit dca0b707c0
6 changed files with 264 additions and 281 deletions

View File

@ -42,7 +42,7 @@ int mkdir_main (int argc, char **argv)
#endif
opt = getopt32(argc, argv, "m:p", &smode);
if(opt & 1) {
mode = 0777;
mode = 0777;
if (!bb_parse_mode (smode, &mode)) {
bb_error_msg_and_die ("invalid mode `%s'", smode);
}