Module Name:    src
Committed By:   maya
Date:           Tue Jul 19 13:50:02 UTC 2016

Modified Files:
        src/sys/arch/playstation2/playstation2: interrupt.c

Log Message:
Don't use old style definition


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/playstation2/playstation2/interrupt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/playstation2/playstation2/interrupt.c
diff -u src/sys/arch/playstation2/playstation2/interrupt.c:1.12 src/sys/arch/playstation2/playstation2/interrupt.c:1.13
--- src/sys/arch/playstation2/playstation2/interrupt.c:1.12	Mon Jul 18 22:13:22 2016
+++ src/sys/arch/playstation2/playstation2/interrupt.c	Tue Jul 19 13:50:02 2016
@@ -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 @@ splset(int npl)
 }
 
 void
-spl0()
+spl0(void)
 {
 
 	splset(0);

Reply via email to