Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/sh3 Catch up with constification.
details: https://anonhg.NetBSD.org/src/rev/ef0a3e7dec16
branches: trunk
changeset: 581756:ef0a3e7dec16
user: uwe <uwe%NetBSD.org@localhost>
date: Sat Jun 04 22:38:24 2005 +0000
description:
Catch up with constification.
diffstat:
sys/arch/sh3/sh3/db_interface.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r afa3ae1cc537 -r ef0a3e7dec16 sys/arch/sh3/sh3/db_interface.c
--- a/sys/arch/sh3/sh3/db_interface.c Sat Jun 04 22:37:51 2005 +0000
+++ b/sys/arch/sh3/sh3/db_interface.c Sat Jun 04 22:38:24 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_interface.c,v 1.28 2005/06/03 15:01:44 tsutsui Exp $ */
+/* $NetBSD: db_interface.c,v 1.29 2005/06/04 22:38:24 uwe Exp $ */
/*-
* Copyright (C) 2002 UCHIYAMA Yasushi. All rights reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.28 2005/06/03 15:01:44 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.29 2005/06/04 22:38:24 uwe Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -577,7 +577,8 @@
* Stack overflow check
*/
void
-db_stackcheck_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
+db_stackcheck_cmd(db_expr_t addr, int have_addr, db_expr_t count,
+ const char *modif)
{
struct lwp *l;
struct user *u;
Home |
Main Index |
Thread Index |
Old Index