Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm XXX Local prototype for syscall().



details:   https://anonhg.NetBSD.org/src/rev/31bd984b65f3
branches:  trunk
changeset: 520935:31bd984b65f3
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jan 20 03:39:51 2002 +0000

description:
XXX Local prototype for syscall().

diffstat:

 sys/arch/arm/arm/syscall.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r d8b0a99d299b -r 31bd984b65f3 sys/arch/arm/arm/syscall.c
--- a/sys/arch/arm/arm/syscall.c        Sun Jan 20 03:34:27 2002 +0000
+++ b/sys/arch/arm/arm/syscall.c        Sun Jan 20 03:39:51 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syscall.c,v 1.5 2002/01/17 17:26:03 bjh21 Exp $        */
+/*     $NetBSD: syscall.c,v 1.6 2002/01/20 03:39:51 thorpej Exp $      */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -81,7 +81,7 @@
 
 #include <sys/param.h>
 
-__RCSID("$NetBSD: syscall.c,v 1.5 2002/01/17 17:26:03 bjh21 Exp $");
+__RCSID("$NetBSD: syscall.c,v 1.6 2002/01/20 03:39:51 thorpej Exp $");
 
 #include <sys/device.h>
 #include <sys/errno.h>
@@ -183,6 +183,9 @@
 
 #define MAXARGS 8
 
+/* XXX */
+void syscall(struct trapframe *frame, struct proc *p, u_int32_t insn);
+
 void
 syscall(struct trapframe *frame, struct proc *p, u_int32_t insn)
 {



Home | Main Index | Thread Index | Old Index