diff options
Diffstat (limited to 'sys/arch/m88k/include/cmmu.h')
-rw-r--r-- | sys/arch/m88k/include/cmmu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/cmmu.h b/sys/arch/m88k/include/cmmu.h index 09504fe0f8d..5a6ddb9c023 100644 --- a/sys/arch/m88k/include/cmmu.h +++ b/sys/arch/m88k/include/cmmu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cmmu.h,v 1.27 2011/10/25 18:38:06 miod Exp $ */ +/* $OpenBSD: cmmu.h,v 1.28 2013/02/17 18:07:36 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -60,7 +60,7 @@ struct cmmu_p { #endif }; -extern struct cmmu_p *cmmu; +extern const struct cmmu_p *cmmu; #ifdef MULTIPROCESSOR /* |