From owner-freebsd-current@FreeBSD.ORG Mon Oct 25 12:25:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDD5716A4CE for ; Mon, 25 Oct 2004 12:25:08 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E5843D31 for ; Mon, 25 Oct 2004 12:25:06 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004102521:24:42:914443.7481.3042966448 for ; Mon, 25 Oct 2004 21:24:42 +0900 (KST) Message-ID: <417CF09A.90009@yahoo.com> Date: Mon, 25 Oct 2004 21:24:58 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041017 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:2.84) (by Terrace) Subject: kernel config: COMPAT_FREEBSD4 ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 12:25:09 -0000 Hi, The upcoming 5.3 stable kernel configuration has the option COMPAT_FREEBSD4. What is the consequence of not having this in the kernel? If I install 5.3 from scratch on my system and compile all software from scratch, will I run into trouble without the option COMPAT_FREEBSD4 in the kernel? Will I risk unexpected crashes, or do I get harmless error messages in case option COMPAT_FREEBSD4 is needed but not there? What is the connection between this kernal option and the port misc/compat4x ? Rob.