View | Details | Raw Unified
Collapse All | Expand All

(-) tar-1.15.1/tests/genfile.c (-2 / +2 lines)
 Lines 60-67    Link Here 
/* Block buffer for sparse file */
/* Block buffer for sparse file */
char *buffer;
char *buffer;
static const char *argp_program_version = "genfile (" PACKAGE ") " VERSION;
const char *argp_program_version = "genfile (" PACKAGE ") " VERSION;
static const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">";
const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">";
static char doc[] = N_("genfile generates data files for GNU paxutils test suite");
static char doc[] = N_("genfile generates data files for GNU paxutils test suite");
static struct argp_option options[] = {
static struct argp_option options[] = {