summaryrefslogtreecommitdiff
path: root/testcode/unitmain.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:49:30 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:49:30 +0000
commitfbdb9ac866a647da0919b224f05cca039afc02fa (patch)
treea4ddb15b51a795c9f985e693a04d992a94f4f455 /testcode/unitmain.c
parent31f8d531e1359c7acd82cff9ab798cdeac277adc (diff)
Notes
Diffstat (limited to 'testcode/unitmain.c')
-rw-r--r--testcode/unitmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcode/unitmain.c b/testcode/unitmain.c
index 988346a1efc9..e3d7a59b4c4c 100644
--- a/testcode/unitmain.c
+++ b/testcode/unitmain.c
@@ -73,7 +73,7 @@ int testcount = 0;
/** test alloc code */
static void
alloc_test(void) {
- alloc_special_t *t1, *t2;
+ alloc_special_type *t1, *t2;
struct alloc_cache major, minor1, minor2;
int i;