systm.h: forward declare ucred for _STANDALONE too
There's a number of types we forward declare for the kernel. We need struct ucred for the ZSTD ZFS integration, so go ahead and forward declare it here too.
This commit is contained in:
parent
7113afc84c
commit
af928ad562
@ -124,6 +124,7 @@ void vpanic(const char *, __va_list) __dead2 __printflike(1, 0);
|
||||
|
||||
|
||||
#if defined(_STANDALONE)
|
||||
struct ucred;
|
||||
/*
|
||||
* Until we have more experience with KASSERTS that are called
|
||||
* from the boot loader, they are off. The bootloader does this
|
||||
|
Loading…
Reference in New Issue
Block a user