summaryrefslogtreecommitdiffstats
path: root/vidix/mtrr.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/mtrr.c')
-rw-r--r--vidix/mtrr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/mtrr.c b/vidix/mtrr.c
index bda566f68e..775af9e437 100644
--- a/vidix/mtrr.c
+++ b/vidix/mtrr.c
@@ -39,7 +39,7 @@
int mtrr_set_type(unsigned base,unsigned size,int type)
{
-#ifdef linux
+#ifdef __linux__
FILE * mtrr_fd;
char * stype;
switch(type)