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[] = { |