Received: by mail.netbsd.org (Postfix, from userid 605) id A1A968560E; Fri, 4 Aug 2017 09:30:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EFAA8560D for ; Fri, 4 Aug 2017 09:30:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yWLRHqSmilxK for ; Fri, 4 Aug 2017 09:30:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CCE5685602 for ; Fri, 4 Aug 2017 09:30:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4C19FACD; Fri, 4 Aug 2017 09:30:19 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 4 Aug 2017 09:30:19 +0000 From: "Maxime Villard" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170804093019.C4C19FACD@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Maxime Villard" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: maxv Date: Fri Aug 4 09:30:19 UTC 2017 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC Log Message: Revert my changes, and re-enable COMPAT_NOMID, COMPAT_09 and COMPAT_43. Several compat options happen to be dependent on the compat_43_* functions, the availability of which is (wrongfully) controlled with COMPAT_43. Same for COMPAT_09. To generate a diff of this commit: cvs rdiff -u -r1.462 -r1.463 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.1162 -r1.1163 src/sys/arch/i386/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.