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:
Warner Losh 2020-10-12 05:56:29 +00:00
parent 7113afc84c
commit af928ad562
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366629

View File

@ -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