| OLD | NEW |
| 1 diff --git a/configure b/configure | 1 diff --git a/configure b/configure |
| 2 --- a/configure | 2 --- a/configure |
| 3 +++ b/configure | 3 +++ b/configure |
| 4 @@ -34537,7 +34537,6 @@ $as_echo "$gl_cv_cc_uninitialized_supported" >&6; } | 4 @@ -34537,7 +34537,6 @@ $as_echo "$gl_cv_cc_uninitialized_supported" >&6; } |
| 5 -Wswitch \ | 5 -Wswitch \ |
| 6 -Wswitch-default \ | 6 -Wswitch-default \ |
| 7 -Wsync-nand \ | 7 -Wsync-nand \ |
| 8 - -Wsystem-headers \ | 8 - -Wsystem-headers \ |
| 9 -Wtrampolines \ | 9 -Wtrampolines \ |
| 10 -Wtrigraphs \ | 10 -Wtrigraphs \ |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 #include <rmt-command.h> | 48 #include <rmt-command.h> |
| 49 @@ -1348,7 +1349,7 @@ static char const *const sort_mode_arg[] = { | 49 @@ -1348,7 +1349,7 @@ static char const *const sort_mode_arg[] = { |
| 50 static int sort_mode_flag[] = { | 50 static int sort_mode_flag[] = { |
| 51 SAVEDIR_SORT_NONE, | 51 SAVEDIR_SORT_NONE, |
| 52 SAVEDIR_SORT_NAME, | 52 SAVEDIR_SORT_NAME, |
| 53 - SAVEDIR_SORT_INODE | 53 - SAVEDIR_SORT_INODE |
| 54 + SAVEDIR_SORT_FASTREAD | 54 + SAVEDIR_SORT_FASTREAD |
| 55 }; | 55 }; |
| 56 | 56 |
| 57 ARGMATCH_VERIFY (sort_mode_arg, sort_mode_flag); | 57 ARGMATCH_VERIFY (sort_mode_arg, sort_mode_flag); |
| 58 @@ -2716,7 +2717,7 @@ more_options (int argc, char **argv) | |
| 59 | |
| 60 /* Main routine for tar. */ | |
| 61 int | |
| 62 -main (int argc, char **argv) | |
| 63 +nacl_main (int argc, char **argv) | |
| 64 { | |
| 65 set_start_time (); | |
| 66 set_program_name (argv[0]); | |
| OLD | NEW |