Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn32/eb7500atx Constify a structure.
details: https://anonhg.NetBSD.org/src/rev/eb7d56d96127
branches: trunk
changeset: 574741:eb7d56d96127
user: matt <matt%NetBSD.org@localhost>
date: Fri Mar 11 06:50:33 2005 +0000
description:
Constify a structure.
diffstat:
sys/arch/acorn32/eb7500atx/rside.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8b2b411a112a -r eb7d56d96127 sys/arch/acorn32/eb7500atx/rside.c
--- a/sys/arch/acorn32/eb7500atx/rside.c Fri Mar 11 06:16:15 2005 +0000
+++ b/sys/arch/acorn32/eb7500atx/rside.c Fri Mar 11 06:50:33 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rside.c,v 1.5 2004/08/20 06:39:37 thorpej Exp $ */
+/* $NetBSD: rside.c,v 1.6 2005/03/11 06:50:33 matt Exp $ */
/*
* Copyright (c) 2004 Christopher Gilbert
@@ -56,7 +56,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rside.c,v 1.5 2004/08/20 06:39:37 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rside.c,v 1.6 2005/03/11 06:50:33 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -134,7 +134,7 @@
* index = channel
*/
-struct {
+const struct {
u_int drive_registers;
u_int aux_register;
} rside_info[] = {
Home |
Main Index |
Thread Index |
Old Index