From owner-freebsd-commit Thu Oct 12 16:41:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA04780 for freebsd-commit-outgoing; Thu, 12 Oct 1995 16:41:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA04768 for cvs-all-outgoing; Thu, 12 Oct 1995 16:41:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA04758 for cvs-sys-outgoing; Thu, 12 Oct 1995 16:41:47 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA04751 ; Thu, 12 Oct 1995 16:41:30 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id JAA10606; Fri, 13 Oct 1995 09:40:43 +1000 Date: Fri, 13 Oct 1995 09:40:43 +1000 From: Bruce Evans Message-Id: <199510122340.JAA10606@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 conf.c Sender: owner-commit@FreeBSD.org Precedence: bulk > Modified: sys/gnu/i386/isa dgb.c > sys/i386/i386 conf.c > Log: > Fix select(). > > Remove some unused code and never-working backwards compatibility code. > > Add prototypes. > Reviewed by: babkin@hq.icb.chel.su (Serge Babkin) This change should be in 2.1 (it can't be any worse than the previous attempt to fix select() that went into 2.2 and 2.1 before I had time to review it). Bruce