Merge commit 'refs/top-bases/linux-have-zpl' into linux-have-zpl

Conflicts:

	cmd/zfs/zfs_main.c
This commit is contained in:
Brian Behlendorf 2009-10-23 12:29:02 -07:00
commit a227047d89
2 changed files with 2 additions and 2 deletions

View File

@ -4056,7 +4056,7 @@ int
main(int argc, char **argv)
{
int ret;
int i;
int i = 0;
#ifdef HAVE_ZPL
char *progname;
#endif

View File

@ -3925,7 +3925,7 @@ int
main(int argc, char **argv)
{
int ret;
int i;
int i = 0;
char *cmdname;
(void) setlocale(LC_ALL, "");