[master] change uint to isc_uint

This commit is contained in:
Evan Hunt
2018-01-24 11:00:27 -08:00
parent 7dd2d7f329
commit 52043a7204
2 changed files with 3 additions and 3 deletions

View File

@@ -342,7 +342,7 @@ ATF_TC_HEAD(benchmark, tc) {
static void *
fromwire_thread(void *arg) {
unsigned int maxval = 32000000;
uint8_t data[] = {
isc_uint8_t data[] = {
3, 'w', 'w', 'w',
7, 'e', 'x', 'a', 'm', 'p', 'l', 'e',
7, 'i', 'n', 'v', 'a', 'l', 'i', 'd',