From commits-return-9687-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Mon Jun 02 00:14:31 2008 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 19977 invoked from network); 2 Jun 2008 00:14:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jun 2008 00:14:30 -0000 Received: (qmail 50887 invoked by uid 500); 2 Jun 2008 00:14:33 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 50848 invoked by uid 500); 2 Jun 2008 00:14:33 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 50839 invoked by uid 99); 2 Jun 2008 00:14:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2008 17:14:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 00:13:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F2A122388A1B; Sun, 1 Jun 2008 17:14:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r662300 - /apr/apr/trunk/shmem/unix/shm.c Date: Mon, 02 Jun 2008 00:14:07 -0000 To: commits@apr.apache.org From: bojan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080602001407.F2A122388A1B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bojan Date: Sun Jun 1 17:14:07 2008 New Revision: 662300 URL: http://svn.apache.org/viewvc?rev=662300&view=rev Log: Header unistd.h is already included in arch/unix/apr_arch_shm.h. Modified: apr/apr/trunk/shmem/unix/shm.c Modified: apr/apr/trunk/shmem/unix/shm.c URL: http://svn.apache.org/viewvc/apr/apr/trunk/shmem/unix/shm.c?rev=662300&r1=662299&r2=662300&view=diff ============================================================================== --- apr/apr/trunk/shmem/unix/shm.c (original) +++ apr/apr/trunk/shmem/unix/shm.c Sun Jun 1 17:14:07 2008 @@ -14,7 +14,6 @@ * limitations under the License. */ -#include #include "apr_arch_shm.h" #include "apr_general.h"