Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/luna68k Remove ancient /*ARGSUSED*/ comments.



details:   https://anonhg.NetBSD.org/src/rev/34624f437ec4
branches:  trunk
changeset: 374404:34624f437ec4
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Apr 22 10:00:24 2023 +0000

description:
Remove ancient /*ARGSUSED*/ comments.

diffstat:

 sys/arch/luna68k/luna68k/trap.c    |  5 ++---
 sys/arch/luna68k/stand/boot/trap.c |  3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r f08755fa73f3 -r 34624f437ec4 sys/arch/luna68k/luna68k/trap.c
--- a/sys/arch/luna68k/luna68k/trap.c   Sat Apr 22 09:53:45 2023 +0000
+++ b/sys/arch/luna68k/luna68k/trap.c   Sat Apr 22 10:00:24 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.74 2023/01/15 05:08:33 tsutsui Exp $ */
+/* $NetBSD: trap.c,v 1.75 2023/04/22 10:00:24 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.74 2023/01/15 05:08:33 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.75 2023/04/22 10:00:24 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -218,7 +218,6 @@ machine_userret(struct lwp *l, struct fr
  * including events such as simulated software interrupts/AST's.
  * System calls are broken out for efficiency.
  */
-/*ARGSUSED*/
 void
 trap(struct frame *fp, int type, unsigned code, unsigned v)
 {
diff -r f08755fa73f3 -r 34624f437ec4 sys/arch/luna68k/stand/boot/trap.c
--- a/sys/arch/luna68k/stand/boot/trap.c        Sat Apr 22 09:53:45 2023 +0000
+++ b/sys/arch/luna68k/stand/boot/trap.c        Sat Apr 22 10:00:24 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.2 2021/06/15 18:54:34 tsutsui Exp $ */
+/*     $NetBSD: trap.c,v 1.3 2023/04/22 10:00:24 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1992 OMRON Corporation.
@@ -98,7 +98,6 @@ const char *trap_type[] = {
 /*
  * Called from the trap handler when a processor trap occurs.
  */
-/*ARGSUSED*/
 void
 trap(int type, unsigned int code, unsigned int v, struct frame frame)
 {



Home | Main Index | Thread Index | Old Index