Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 13747 invoked from network); 22 Jan 2007 21:21:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2007 21:21:50 -0000 Received: (qmail 39951 invoked by uid 500); 22 Jan 2007 21:21:56 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 39929 invoked by uid 500); 22 Jan 2007 21:21:56 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 39920 invoked by uid 99); 22 Jan 2007 21:21:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jan 2007 13:21:55 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jan 2007 13:21:49 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id AD6BD1A981A; Mon, 22 Jan 2007 13:20:42 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r498811 - /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysigunix.c Date: Mon, 22 Jan 2007 21:20:42 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070122212042.AD6BD1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Mon Jan 22 13:20:41 2007 New Revision: 498811 URL: http://svn.apache.org/viewvc?view=rev&rev=498811 Log: Extra header required for SIG_HOLD define on FreeBSD. Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysigunix.c Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysigunix.c URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysigunix.c?view=diff&rev=498811&r1=498810&r2=498811 ============================================================================== --- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysigunix.c (original) +++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysigunix.c Mon Jan 22 13:20:41 2007 @@ -29,6 +29,9 @@ #include #include #include +#if defined(FREEBSD) +#include +#endif #if defined(LINUX) #include #endif