From owner-cvs-bin Sat Sep 28 07:32:42 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA24466 for cvs-bin-outgoing; Sat, 28 Sep 1996 07:32:42 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA24220; Sat, 28 Sep 1996 07:32:10 -0700 (PDT) Date: Sat, 28 Sep 1996 07:32:10 -0700 (PDT) From: Bruce Evans Message-Id: <199609281432.HAA24220@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/csh misc.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/28 07:32:08 Modified: bin/csh misc.c Log: Close files up to getdtablesize() instead of up to NOFILE. csh was one of the 3 programs in /usr/src that (mis)used NOFILE. Revision Changes Path 1.3 +3 -3 src/bin/csh/misc.c