Source-Changes-HG archive

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

[src/trunk]: src/sys prototype ibcs2_syscall() in compat/ibcs2/ibcs2_exec.c



details:   https://anonhg.NetBSD.org/src/rev/b754225bad63
branches:  trunk
changeset: 500291:b754225bad63
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Dec 09 12:45:44 2000 +0000

description:
prototype ibcs2_syscall() in compat/ibcs2/ibcs2_exec.c

diffstat:

 sys/arch/i386/include/ibcs2_machdep.h |  3 +--
 sys/compat/ibcs2/ibcs2_exec.c         |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 3aab5ccfa339 -r b754225bad63 sys/arch/i386/include/ibcs2_machdep.h
--- a/sys/arch/i386/include/ibcs2_machdep.h     Sat Dec 09 12:44:26 2000 +0000
+++ b/sys/arch/i386/include/ibcs2_machdep.h     Sat Dec 09 12:45:44 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibcs2_machdep.h,v 1.8 2000/12/02 16:13:34 jdolecek Exp $       */
+/*     $NetBSD: ibcs2_machdep.h,v 1.9 2000/12/09 12:45:44 jdolecek Exp $       */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -55,6 +55,5 @@
 
 /* i386 has separated ibcs2_syscall() from syscall() */
 #define IBCS2_MACHDEP_HAS_SEPARATED_SYSCALL
-void ibcs2_syscall __P((struct trapframe *));
 
 #endif /* !_I386_IBCS2_MACHDEP_H_ */
diff -r 3aab5ccfa339 -r b754225bad63 sys/compat/ibcs2/ibcs2_exec.c
--- a/sys/compat/ibcs2/ibcs2_exec.c     Sat Dec 09 12:44:26 2000 +0000
+++ b/sys/compat/ibcs2/ibcs2_exec.c     Sat Dec 09 12:45:44 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibcs2_exec.c,v 1.42 2000/12/09 12:38:24 jdolecek Exp $ */
+/*     $NetBSD: ibcs2_exec.c,v 1.43 2000/12/09 12:45:44 jdolecek Exp $ */
 
 /*
  * Copyright (c) 1994, 1995, 1998 Scott Bartram
@@ -56,6 +56,7 @@
 extern struct sysent ibcs2_sysent[];
 extern const char * const ibcs2_syscallnames[];
 extern char ibcs2_sigcode[], ibcs2_esigcode[];
+void ibcs2_syscall __P((void));
 void syscall __P((void));
 
 #ifdef IBCS2_DEBUG



Home | Main Index | Thread Index | Old Index