Approved by:	pjd (mentor)
This commit is contained in:
Mariusz Zaborski 2015-05-20 17:47:01 +00:00
parent 823870acb8
commit 1acd888ff5

View File

@ -742,7 +742,7 @@ nvpair_allocv(const char *name, int type, uint64_t data, size_t datasize)
}
return (nvp);
};
}
nvpair_t *
nvpair_create_stringf(const char *name, const char *valuefmt, ...)