Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/playstation2/playstation2 Don't use old style defin...
details: https://anonhg.NetBSD.org/src/rev/cce3b2b1f263
branches: trunk
changeset: 346566:cce3b2b1f263
user: maya <maya%NetBSD.org@localhost>
date: Tue Jul 19 13:50:02 2016 +0000
description:
Don't use old style definition
diffstat:
sys/arch/playstation2/playstation2/interrupt.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r abc2415c9e00 -r cce3b2b1f263 sys/arch/playstation2/playstation2/interrupt.c
--- a/sys/arch/playstation2/playstation2/interrupt.c Tue Jul 19 13:48:51 2016 +0000
+++ b/sys/arch/playstation2/playstation2/interrupt.c Tue Jul 19 13:50:02 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: interrupt.c,v 1.12 2016/07/18 22:13:22 maya Exp $ */
+/* $NetBSD: interrupt.c,v 1.13 2016/07/19 13:50:02 maya Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.12 2016/07/18 22:13:22 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.13 2016/07/19 13:50:02 maya Exp $");
#include "debug_playstation2.h"
#if defined INTR_DEBUG && !defined GSFB_DEBUG_MONITOR
@@ -209,7 +209,7 @@
}
void
-spl0()
+spl0(void)
{
splset(0);
Home |
Main Index |
Thread Index |
Old Index