kernel: Correct class/struct mixups.

Almost certainly harmless. Spotted by Clang.
This commit is contained in:
Augustin Cavalier
2017-12-01 20:27:15 -05:00
parent d3abf525c5
commit 30c9d3c0cc
7 changed files with 11 additions and 12 deletions
+3 -3
View File
@@ -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; }
+1 -1
View File
@@ -20,7 +20,7 @@
struct kernel_args;
class ObjectCache;
struct ObjectCache;
enum {