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 <[EMAIL PROTECTED]>
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 <sys/mman.h>
+/***************************************************************************
+ *
+ * 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 <sys/mman.h> // for madvise(), MADV_WILLNEED
#include <sys/types.h> // for caddr_t