From owner-cvs-all@FreeBSD.ORG Fri Aug 15 15:37:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0E9937B401; Fri, 15 Aug 2003 15:37:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8152C43FBD; Fri, 15 Aug 2003 15:37:44 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7FMbi0U096553; Fri, 15 Aug 2003 15:37:44 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7FMbiTO096552; Fri, 15 Aug 2003 15:37:44 -0700 (PDT) Message-Id: <200308152237.h7FMbiTO096552@repoman.freebsd.org> From: Maho Nakata Date: Fri, 15 Aug 2003 15:37:43 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-devel/files patch-vcl+unx+source+app+salmain.cxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 22:37:45 -0000 maho 2003/08/15 15:37:43 PDT FreeBSD ports repository Added files: editors/openoffice-devel/files patch-vcl+unx+source+app+salmain.cxx Log: /usr/include/sys/resource.h uses `struct timeval` in the definition of struct rusage. struct timeval is defined in /usr/include/sys/time.h, but is not included in the header file. Obtained from Volker Quetschke See http://www.openoffice.org/issues/show_bug.cgi?id=18065 for details. reviewed: maho (for 4-STABLE and 5-CURRENT) Revision Changes Path 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-vcl+unx+source+app+salmain.cxx (new)