Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 52210 invoked from network); 1 Oct 2007 16:57:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2007 16:57:01 -0000 Received: (qmail 40572 invoked by uid 500); 1 Oct 2007 16:56:51 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 40560 invoked by uid 500); 1 Oct 2007 16:56:51 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 40549 invoked by uid 99); 1 Oct 2007 16:56:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 09:56:51 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB 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, 01 Oct 2007 16:57:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 92BD81A9832; Mon, 1 Oct 2007 09:56:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581013 - /incubator/stdcxx/branches/4.2.0/etc/config/src/MADVISE.cpp Date: Mon, 01 Oct 2007 16:56:40 -0000 To: stdcxx-commits@incubator.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071001165640.92BD81A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: faridz Date: Mon Oct 1 09:56:29 2007 New Revision: 581013 URL: http://svn.apache.org/viewvc?rev=581013&view=rev Log: 2007-10-01 Travis Vitek STDCXX-560 * MADVISE.cpp: Add ASL header. Modified: incubator/stdcxx/branches/4.2.0/etc/config/src/MADVISE.cpp Modified: incubator/stdcxx/branches/4.2.0/etc/config/src/MADVISE.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/etc/config/src/MADVISE.cpp?rev=581013&r1=581012&r2=581013&view=diff ============================================================================== --- incubator/stdcxx/branches/4.2.0/etc/config/src/MADVISE.cpp (original) +++ incubator/stdcxx/branches/4.2.0/etc/config/src/MADVISE.cpp Mon Oct 1 09:56:29 2007 @@ -1,5 +1,27 @@ // checking for madvise() in +/*************************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the License); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + * implied. See the License for the specific language governing + * permissions and limitations under the License. + * + * Copyright 1999-2007 Rogue Wave Software, Inc. + * + **************************************************************************/ + #include // for madvise(), MADV_WILLNEED #include // for caddr_t