Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386 Prototype freebsd_syscall_intern() in freebsd_...



details:   https://anonhg.NetBSD.org/src/rev/d1d621d4fc42
branches:  trunk
changeset: 500814:d1d621d4fc42
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 18 23:29:46 2000 +0000

description:
Prototype freebsd_syscall_intern() in freebsd_machdep.h so that
freebsd_exec.c has access to it.

diffstat:

 sys/arch/i386/i386/freebsd_syscall.c    |  3 +--
 sys/arch/i386/include/freebsd_machdep.h |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 193f33d34ea6 -r d1d621d4fc42 sys/arch/i386/i386/freebsd_syscall.c
--- a/sys/arch/i386/i386/freebsd_syscall.c      Mon Dec 18 21:49:08 2000 +0000
+++ b/sys/arch/i386/i386/freebsd_syscall.c      Mon Dec 18 23:29:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: freebsd_syscall.c,v 1.2 2000/12/18 20:49:17 jdolecek Exp $     */
+/*     $NetBSD: freebsd_syscall.c,v 1.3 2000/12/18 23:29:47 thorpej Exp $      */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -57,7 +57,6 @@
 #include <machine/psl.h>
 #include <machine/userret.h>
 
-void freebsd_syscall_intern __P((struct proc *));
 void freebsd_syscall_plain __P((struct trapframe));
 void freebsd_syscall_fancy __P((struct trapframe));
 
diff -r 193f33d34ea6 -r d1d621d4fc42 sys/arch/i386/include/freebsd_machdep.h
--- a/sys/arch/i386/include/freebsd_machdep.h   Mon Dec 18 21:49:08 2000 +0000
+++ b/sys/arch/i386/include/freebsd_machdep.h   Mon Dec 18 23:29:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: freebsd_machdep.h,v 1.2 1998/09/11 12:50:07 mycroft Exp $      */
+/*     $NetBSD: freebsd_machdep.h,v 1.3 2000/12/18 23:29:46 thorpej Exp $      */
 
 /*
  * Copyright (c) 1986, 1989, 1991, 1993
@@ -158,5 +158,6 @@
 #define FREEBSD___LDPGSZ       4096
 
 void freebsd_sendsig __P((sig_t, int, sigset_t *, u_long));
+void freebsd_syscall_intern __P((struct proc *));
 
 #endif /* _FREEBSD_MACHDEP_H */



Home | Main Index | Thread Index | Old Index