From owner-cvs-usrsbin Sun Sep 29 12:13:38 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA09090 for cvs-usrsbin-outgoing; Sun, 29 Sep 1996 12:13:38 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA08800; Sun, 29 Sep 1996 12:13:02 -0700 (PDT) Date: Sun, 29 Sep 1996 12:13:02 -0700 (PDT) From: Bruce Evans Message-Id: <199609291913.MAA08800@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/29 12:13:00 Modified: usr.sbin/lpr/lpd printjob.c Log: Close files up to getdtablesize(), instead of up to NOFILE. lpd was one of 3 programs in /usr/src that (mis)used NOFILE. Revision Changes Path 1.10 +9 -5 src/usr.sbin/lpr/lpd/printjob.c