Merge commit 'refs/top-bases/linux-symbol-collisions' into linux-symbol-collisions

This commit is contained in:
Brian Behlendorf 2009-07-09 13:20:57 -07:00
commit 47aea3522c
1 changed files with 1 additions and 1 deletions

View File

@ -1560,7 +1560,7 @@ nvlist_lookup_nvpair_ei_sep(nvlist_t *nvl, const char *name, const char sep,
{
nvpair_t *nvp;
const char *np;
char *sepp;
char *sepp=NULL;
char *idxp, *idxep;
nvlist_t **nva;
long idx = 0;