From owner-cvs-usrbin Sat Sep 28 06:15:39 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA00577 for cvs-usrbin-outgoing; Sat, 28 Sep 1996 06:15:39 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA00359; Sat, 28 Sep 1996 06:15:20 -0700 (PDT) Date: Sat, 28 Sep 1996 06:15:20 -0700 (PDT) From: Bruce Evans Message-Id: <199609281315.GAA00359@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/mail aux.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/28 06:15:16 Modified: usr.bin/mail aux.c Log: Eliminated NOFILE. Use the arbitrary (currently identical) limit of 64 instead (for the input stack size). `mail' was one of the 3 programs in /usr/src that (mis)used NOFILE. Revision Changes Path 1.3 +4 -2 src/usr.bin/mail/aux.c