From owner-cvs-sys Tue Nov 18 00:12:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA02497 for cvs-sys-outgoing; Tue, 18 Nov 1997 00:12:40 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA02196; Tue, 18 Nov 1997 00:10:40 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA27135; Tue, 18 Nov 1997 00:07:38 -0800 (PST) Date: Tue, 18 Nov 1997 00:07:38 -0800 (PST) Message-Id: <199711180807.AAA27135@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys resource.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/11/18 00:07:38 PST Modified files: sys/sys resource.h Log: Don't #include . I mistakenly #included it unconditionally to fix some broken application. Application breakage is now hidden by a recently introduced wrong #include of in . is a prerequisite for , so the prereqisite is automatically supplied. Cast RLIM_INFINITY to the correct (signed) type. Revision Changes Path 1.8 +2 -4 src/sys/sys/resource.h