mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Get compiling with gcc4 - static/extern mismatch removed.
Merge of master-melb:xfs-cmds:21749a by kenmcd.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ static void reqval(char, char * [], int);
|
||||
static void respec(char, char * [], int);
|
||||
static void unknown(char, char *);
|
||||
static void usage(void);
|
||||
static char *progname;
|
||||
char *progname;
|
||||
|
||||
char *dopts[] = { "nbytes", "linelength", "seed", "file", NULL };
|
||||
enum { D_NBYTES, D_LINELENGTH, D_SEED, D_FILE, D_ISSET, D_NUM };
|
||||
|
||||
Reference in New Issue
Block a user