summaryrefslogtreecommitdiff
path: root/file_io/unix
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-03-01 22:50:24 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-03-01 22:50:24 +0000
commit771dff6d0ebc20b9341ad6bc26ef8e2ca337d6de (patch)
tree9f06c0509623677d0fa0fa969236cf5b6829abdc /file_io/unix
parente39b8aa02449acb2a1f30e9cfaced4e1a41f71fd (diff)
downloadlibapr-771dff6d0ebc20b9341ad6bc26ef8e2ca337d6de.tar.gz
apr_private.h is included from fileio.h so we don't need to specify
it. This caused a build failure on FreeBSD 4-STABLE for some strange reason. Also, bring the #if !defined into line with the other #ifndef checks we make in the file. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61332 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/unix')
-rw-r--r--file_io/unix/mktemp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/file_io/unix/mktemp.c b/file_io/unix/mktemp.c
index 592d760c2..36c2d23d5 100644
--- a/file_io/unix/mktemp.c
+++ b/file_io/unix/mktemp.c
@@ -31,10 +31,9 @@
* SUCH DAMAGE.
*/
-#include "apr_private.h"
#include "fileio.h" /* prototype of apr_mkstemp() */
-#if !defined(HAVE_MKSTEMP)
+#ifndef HAVE_MKSTEMP
#ifndef __warn_references
#define __warn_references(a,b)