Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/rs6000/stand/boot Remove extra parenthesis. Found b...
details: https://anonhg.NetBSD.org/src/rev/4c3cf2ba66fd
branches: trunk
changeset: 751394:4c3cf2ba66fd
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Feb 03 13:48:17 2010 +0000
description:
Remove extra parenthesis. Found by cppcheck, reported by
Henning Petersen in PR 42730.
diffstat:
sys/arch/rs6000/stand/boot/monitor.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cb0d6d60df4d -r 4c3cf2ba66fd sys/arch/rs6000/stand/boot/monitor.c
--- a/sys/arch/rs6000/stand/boot/monitor.c Wed Feb 03 13:47:57 2010 +0000
+++ b/sys/arch/rs6000/stand/boot/monitor.c Wed Feb 03 13:48:17 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: monitor.c,v 1.2 2008/04/28 20:23:34 martin Exp $ */
+/* $NetBSD: monitor.c,v 1.3 2010/02/03 13:48:17 wiz Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -47,7 +47,7 @@
void db_cmd_put(int, char **);
void db_cmd_help(int, char **);
-unsigned int mfmsr((void);
+unsigned int mfmsr(void);
void mtmsr(unsigned int);
int db_atob(char *);
Home |
Main Index |
Thread Index |
Old Index