From owner-freebsd-questions Sun Nov 3 19:01:29 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA01569 for questions-outgoing; Sun, 3 Nov 1996 19:01:29 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA01549; Sun, 3 Nov 1996 19:01:22 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id TAA09147; Sun, 3 Nov 1996 19:01:18 -0800 (PST) To: Dave Babler cc: questions@FreeBSD.org, freebsd-stable@FreeBSD.org Subject: Re: Kernel tty problem In-reply-to: Your message of "Sun, 03 Nov 1996 18:44:12 PST." Date: Sun, 03 Nov 1996 19:01:18 -0800 Message-ID: <9145.847076478@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > previous version, I'd been paring down things I didn't think I needed and > optimizing. One of the options I took out was COMPAT_43. The new version >From /sys/i386/conf/LINT, which you probably should really become familiar with before hacking on your kernel config again: ##################################################################### # COMPATIBILITY OPTIONS # # Implement system calls compatible with 4.3BSD and older versions of # FreeBSD. You probably do NOT want to remove this as much current code # still relies on the 4.3 emulation. # options "COMPAT_43"