Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386 Unlink svr4_machdep.h.



details:   https://anonhg.NetBSD.org/src/rev/cc5aa5d104b9
branches:  trunk
changeset: 825762:cc5aa5d104b9
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Jul 29 12:07:45 2017 +0000

description:
Unlink svr4_machdep.h.

diffstat:

 sys/arch/i386/i386/genassym.cf |  12 +-----------
 sys/arch/i386/include/Makefile |   4 ++--
 2 files changed, 3 insertions(+), 13 deletions(-)

diffs (58 lines):

diff -r c9a3bc24aa38 -r cc5aa5d104b9 sys/arch/i386/i386/genassym.cf
--- a/sys/arch/i386/i386/genassym.cf    Sat Jul 29 12:03:37 2017 +0000
+++ b/sys/arch/i386/i386/genassym.cf    Sat Jul 29 12:07:45 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.100 2017/07/16 14:02:48 cherry Exp $
+#      $NetBSD: genassym.cf,v 1.101 2017/07/29 12:07:45 maxv Exp $
 
 #
 # Copyright (c) 1998, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -64,7 +64,6 @@
 #
 
 if defined(_KERNEL_OPT)
-include "opt_compat_svr4.h"
 include "opt_compat_freebsd.h"
 include "opt_compat_linux.h"
 include "opt_compat_netbsd.h"
@@ -108,10 +107,6 @@
 
 include <compat/sys/signal.h>
 
-ifdef COMPAT_SVR4
-include <compat/svr4/svr4_ucontext.h>
-endif
-
 ifdef COMPAT_LINUX
 include <compat/linux/common/linux_signal.h>
 include <compat/linux/common/linux_machdep.h>
@@ -230,11 +225,6 @@
 
 define FRAMESIZE               sizeof(struct trapframe)
 
-ifdef COMPAT_SVR4
-define SVR4_SIGF_HANDLER       offsetof(struct svr4_sigframe, sf_handler)
-define SVR4_SIGF_UC            offsetof(struct svr4_sigframe, sf_uc)
-endif
-
 ifdef COMPAT_LINUX
 define LINUX_SIGF_HANDLER      offsetof(struct linux_sigframe, sf_handler)
 define LINUX_SIGF_SC           offsetof(struct linux_sigframe, sf_sc)
diff -r c9a3bc24aa38 -r cc5aa5d104b9 sys/arch/i386/include/Makefile
--- a/sys/arch/i386/include/Makefile    Sat Jul 29 12:03:37 2017 +0000
+++ b/sys/arch/i386/include/Makefile    Sat Jul 29 12:07:45 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.44 2016/02/27 00:09:45 tls Exp $
+#      $NetBSD: Makefile,v 1.45 2017/07/29 12:07:45 maxv Exp $
 
 INCSDIR= /usr/include/i386
 
@@ -20,7 +20,7 @@
        pte.h ptrace.h \
        reg.h rwlock.h \
        segments.h setjmp.h signal.h sljit_machdep.h specialreg.h spkr.h \
-       svr4_machdep.h sysarch.h \
+       sysarch.h \
        trap.h tss.h types.h \
        vm86.h vmparam.h \
        wchar_limits.h



Home | Main Index | Thread Index | Old Index