From e26563b8c7c7ca82e74b5f10b4ddecf89d996b7e Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 6 Feb 2019 17:21:25 +0000 Subject: [PATCH] Retire SPX_HACK option unused after r342244 --- sys/amd64/conf/NOTES | 3 --- sys/conf/options | 1 - sys/i386/conf/NOTES | 3 --- 3 files changed, 7 deletions(-) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index c6a538de8307..eb4234510f3f 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -612,9 +612,6 @@ options EFIRT # Enable 32-bit runtime support for FreeBSD/i386 binaries. options COMPAT_FREEBSD32 -# Emulate spx device for client side of SVR3 local X interface -#XXX#options SPX_HACK - # Enable (32-bit) a.out binary support options COMPAT_AOUT diff --git a/sys/conf/options b/sys/conf/options index 235226e8fdd1..a602ff5b05a6 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -201,7 +201,6 @@ SCHED_STATS opt_sched.h SCHED_ULE opt_sched.h SLEEPQUEUE_PROFILING SLHCI_DEBUG opt_slhci.h -SPX_HACK STACK opt_stack.h SUIDDIR MSGMNB opt_sysvipc.h diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 8ae4d95d45fb..a1fc6eb310b3 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -885,9 +885,6 @@ options NKPT=31 ##################################################################### # ABI Emulation -# Emulate spx device for client side of SVR3 local X interface -options SPX_HACK - # Enable (32-bit) a.out binary support options COMPAT_AOUT