From owner-freebsd-questions Thu Jan 23 03:27:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA14868 for questions-outgoing; Thu, 23 Jan 1997 03:27:50 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA14859 for ; Thu, 23 Jan 1997 03:27:39 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id NAA22282; Thu, 23 Jan 1997 13:24:22 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma022279; Thu Jan 23 13:24:03 1997 Message-ID: <32E74A4A.2F08@barcode.co.il> Date: Thu, 23 Jan 1997 13:23:54 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: "Vasily V. Grechishnikov" CC: freebsd-questions@freebsd.org Subject: Re: LINT's COMPAT_43 option ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Vasily V. Grechishnikov wrote: > > Hi ! > Anybody know need I to compile kernel with COMPAT_43 option ? > I have 2.2 BETA . And I don't know any thing demanded of 4.3 emulation. > But in the LINT script writen : "much current code still relies on 4.3 > emulation ". > > Vasily . Listen to what LINT has to say! Many things will break if you omit COMPAT_43, not the least important of which is xterm. Nadav