subr_unit.c: another attempt to fix the build

Reported by:	cy
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2023-08-18 18:42:59 +03:00
parent ae6d496358
commit 04f683b25a

View File

@ -340,6 +340,10 @@ free_iter_unr(void *handle)
}
#if defined(DIAGNOSTIC) || !defined(_KERNEL)
#ifndef __diagused
#define __diagused
#endif
/*
* Consistency check function.
*