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

This commit is contained in:
Brian Behlendorf 2009-03-11 12:44:39 -07:00
commit e4a0e9fd62
1 changed files with 1 additions and 1 deletions

View File

@ -1563,7 +1563,7 @@ nvlist_lookup_nvpair_ei_sep(nvlist_t *nvl, const char *name, const char sep,
char *sepp = NULL;
char *idxp, *idxep;
nvlist_t **nva;
long idx;
long idx = 0;
int n;
if (ip)