mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-19 06:35:00 +00:00
*** empty log message ***
This commit is contained in:
@@ -266,7 +266,7 @@ collect_and_sort_names()
|
||||
n->found=0;
|
||||
}
|
||||
if(gnu_dumpfile)
|
||||
write_dir_file(gnu_dumpfile);
|
||||
write_dir_file();
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
@@ -19,6 +19,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#include "pathmax.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define alloca __builtin_alloca
|
||||
#endif
|
||||
|
||||
#ifdef _POSIX_VERSION
|
||||
#include <sys/wait.h>
|
||||
#else /* !_POSIX_VERSION */
|
||||
|
||||
Reference in New Issue
Block a user