Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic const fallout.
details: https://anonhg.NetBSD.org/src/rev/c1ada1b31b7a
branches: trunk
changeset: 581598:c1ada1b31b7a
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Jun 03 07:03:22 2005 +0000
description:
const fallout.
diffstat:
sys/dev/ic/i82596var.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c463a3fc7846 -r c1ada1b31b7a sys/dev/ic/i82596var.h
--- a/sys/dev/ic/i82596var.h Fri Jun 03 07:02:39 2005 +0000
+++ b/sys/dev/ic/i82596var.h Fri Jun 03 07:03:22 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i82596var.h,v 1.3 2005/02/18 22:39:31 tsutsui Exp $ */
+/* $NetBSD: i82596var.h,v 1.4 2005/06/03 07:03:22 skrll Exp $ */
/*
* Copyright (c) 2003 Jochen Kunz.
@@ -34,7 +34,7 @@
/* Supported chip variants */
-extern char *i82596_typenames[];
+extern const char *i82596_typenames[];
enum i82596_types { I82596_UNKNOWN, I82596_DX, I82596_CA };
Home |
Main Index |
Thread Index |
Old Index