From: Lionel Sambuc Date: Mon, 10 Mar 2014 20:23:08 +0000 (+0100) Subject: fix declaration of minix_kerninfo_user X-Git-Tag: v3.3.0~399 X-Git-Url: http://zhaoyanbai.com/repos/%22http:/static/gitweb.js?a=commitdiff_plain;h=b6ca6448bc3ffcc84316eaf7e4015df199807afc;p=minix.git fix declaration of minix_kerninfo_user --- diff --git a/kernel/glo.h b/kernel/glo.h index f0b410186..ace161e9f 100644 --- a/kernel/glo.h +++ b/kernel/glo.h @@ -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