fix declaration of minix_kerninfo_user
This commit is contained in:
parent
0472cd6e9d
commit
b6ca6448bc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ extern struct minix_kerninfo minix_kerninfo;
|
|||
|
||||
EXTERN struct k_randomness krandom; /* gather kernel random information */
|
||||
|
||||
vir_bytes minix_kerninfo_user;
|
||||
EXTERN vir_bytes minix_kerninfo_user;
|
||||
|
||||
#define kmess kmessages
|
||||
#define kloadinfo loadinfo
|
||||
|
|
Loading…
Reference in a new issue