Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 35613 invoked from network); 3 May 2007 18:12:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 May 2007 18:12:25 -0000 Received: (qmail 17997 invoked by uid 500); 3 May 2007 18:12:31 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 17987 invoked by uid 500); 3 May 2007 18:12:31 -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 17976 invoked by uid 99); 3 May 2007 18:12:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 11:12:31 -0700 X-ASF-Spam-Status: No, hits=-99.5 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; Thu, 03 May 2007 11:12:24 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 546761A9838; Thu, 3 May 2007 11:12:04 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r534950 - /incubator/stdcxx/trunk/tests/src/file.cpp Date: Thu, 03 May 2007 18:12:04 -0000 To: stdcxx-commits@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070503181204.546761A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Thu May 3 11:12:03 2007 New Revision: 534950 URL: http://svn.apache.org/viewvc?view=rev&rev=534950 Log: 2007-05-03 Martin Sebor * file.cpp (P_tmpdir): Added a comment. Modified: incubator/stdcxx/trunk/tests/src/file.cpp Modified: incubator/stdcxx/trunk/tests/src/file.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/src/file.cpp?view=diff&rev=534950&r1=534949&r2=534950 ============================================================================== --- incubator/stdcxx/trunk/tests/src/file.cpp (original) +++ incubator/stdcxx/trunk/tests/src/file.cpp Thu May 3 11:12:03 2007 @@ -63,6 +63,9 @@ #endif #ifndef P_tmpdir + // P_tmpdir is an XSI (X/Open System Interfaces) extension + // to POSIX which need not be provided by otherwise conforming + // implementations # define P_tmpdir "/tmp/" #endif