Source-Changes-HG archive

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

[src/trunk]: src/sys prototype svr4_syscall() (only) in compat/svr4/svr4_exec.c



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

description:
prototype svr4_syscall() (only) in compat/svr4/svr4_exec.c

diffstat:

 sys/arch/i386/include/svr4_machdep.h |  3 +--
 sys/compat/svr4/svr4_exec.c          |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 33e681ba698a -r 3aab5ccfa339 sys/arch/i386/include/svr4_machdep.h
--- a/sys/arch/i386/include/svr4_machdep.h      Sat Dec 09 12:38:23 2000 +0000
+++ b/sys/arch/i386/include/svr4_machdep.h      Sat Dec 09 12:44:26 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_machdep.h,v 1.10 2000/12/09 06:30:54 mycroft Exp $         */
+/*     $NetBSD: svr4_machdep.h,v 1.11 2000/12/09 12:44:26 jdolecek Exp $        */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -127,6 +127,5 @@
 
 /* i386 has separated svr4_syscall() from syscall() */
 #define SVR4_MACHDEP_HAS_SEPARATED_SYSCALL
-void svr4_syscall __P((struct trapframe *));
 
 #endif /* !_I386_SVR4_MACHDEP_H_ */
diff -r 33e681ba698a -r 3aab5ccfa339 sys/compat/svr4/svr4_exec.c
--- a/sys/compat/svr4/svr4_exec.c       Sat Dec 09 12:38:23 2000 +0000
+++ b/sys/compat/svr4/svr4_exec.c       Sat Dec 09 12:44:26 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_exec.c,v 1.39 2000/12/09 12:38:25 jdolecek Exp $   */
+/*     $NetBSD: svr4_exec.c,v 1.40 2000/12/09 12:44:26 jdolecek Exp $   */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -52,6 +52,7 @@
 extern char svr4_sigcode[], svr4_esigcode[];
 extern struct sysent svr4_sysent[];
 extern const char * const svr4_syscallnames[];
+void svr4_syscall __P((void));
 void syscall __P((void));
 
 const struct emul emul_svr4 = {



Home | Main Index | Thread Index | Old Index