1 2 3 4 5 6 7 8 9 10 11 12 13
--- tar-1.15.91/src/common.h +++ tar-1.15.91/src/common.h @@ -73,6 +73,10 @@ /* Name of this program. */ GLOBAL const char *program_name; +#ifdef __APPLE__ +GLOBAL int exit_status; +#endif + /* Main command option. */ enum subcommand