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

This commit is contained in:
Brian Behlendorf 2009-10-23 12:26:54 -07:00
commit 561015d399
2 changed files with 2 additions and 2 deletions

View File

@ -4026,7 +4026,7 @@ int
main(int argc, char **argv)
{
int ret;
int i;
int i = 0;
char *progname;
char *cmdname;

View File

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