Module Name: src Committed By: maxv Date: Sat Jul 29 12:07:45 UTC 2017
Modified Files: src/sys/arch/i386/i386: genassym.cf src/sys/arch/i386/include: Makefile Log Message: Unlink svr4_machdep.h. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/arch/i386/i386/genassym.cf cvs rdiff -u -r1.44 -r1.45 src/sys/arch/i386/include/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/i386/i386/genassym.cf diff -u src/sys/arch/i386/i386/genassym.cf:1.100 src/sys/arch/i386/i386/genassym.cf:1.101 --- src/sys/arch/i386/i386/genassym.cf:1.100 Sun Jul 16 14:02:48 2017 +++ src/sys/arch/i386/i386/genassym.cf Sat Jul 29 12:07:45 2017 @@ -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 @@ endif 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 TF_PUSHSIZE offsetof(struct trap 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) Index: src/sys/arch/i386/include/Makefile diff -u src/sys/arch/i386/include/Makefile:1.44 src/sys/arch/i386/include/Makefile:1.45 --- src/sys/arch/i386/include/Makefile:1.44 Sat Feb 27 00:09:45 2016 +++ src/sys/arch/i386/include/Makefile Sat Jul 29 12:07:45 2017 @@ -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 @@ INCS= ansi.h aout_machdep.h apmvar.h asm 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