Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88214
Collapse All | Expand All

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

Return to bug 88214