Get compiling with gcc4 - static/extern mismatch removed.

Merge of master-melb:xfs-cmds:21749a by kenmcd.
This commit is contained in:
Nathan Scott
2005-03-08 02:52:23 +00:00
parent 6e6280d86f
commit 7e173e93df
+1 -1
View File
@@ -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 };