diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-02-17 18:07:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-02-17 18:07:37 +0000 |
commit | 717e61d6ef53f4915800f75cf141fc9c5d3805d0 (patch) | |
tree | b6771340e02005916ed804903393d2c0cf130745 /sys/arch/m88k/include/cmmu.h | |
parent | c2a0b11fbf08ad8e38335c406d293e705f42a3a1 (diff) |
Constify struct cmmu.
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 /* |