summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.h b/tests/utils.h
index bad5d89..fd012a3 100644
--- a/tests/utils.h
+++ b/tests/utils.h
@@ -52,7 +52,7 @@ class Maps {
char line[BUFSIZ];
while (fgets(line, sizeof(line), fp) != nullptr) {
map_record record;
- dev_t dev_major, dev_minor;
+ uint32_t dev_major, dev_minor;
char pathstr[BUFSIZ];
char prot[5]; // sizeof("rwxp")
if (sscanf(line, "%" SCNxPTR "-%" SCNxPTR " %4s %" SCNxPTR " %x:%x %lu %s",