kernel: Correct class/struct mixups.
Almost certainly harmless. Spotted by Clang.
This commit is contained in:
@@ -148,9 +148,9 @@ protected:
|
||||
status_t Init(const char* name, uint32 allocationFlags);
|
||||
|
||||
protected:
|
||||
friend class VMAddressSpace;
|
||||
friend class VMKernelAddressSpace;
|
||||
friend class VMUserAddressSpace;
|
||||
friend struct VMAddressSpace;
|
||||
friend struct VMKernelAddressSpace;
|
||||
friend struct VMUserAddressSpace;
|
||||
|
||||
protected:
|
||||
void SetBase(addr_t base) { fBase = base; }
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
struct kernel_args;
|
||||
class ObjectCache;
|
||||
struct ObjectCache;
|
||||
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user