summaryrefslogtreecommitdiffstats
path: root/file_io/unix/readwrite.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2014-05-27 07:00:33 +0000
committerpeter <peter@FreeBSD.org>2014-05-27 07:00:33 +0000
commitca02a2bfd2f08739388e00fb3bbe93fa3fa5efb0 (patch)
tree6266be92f31f93e7851b958a90b1f93c3aefbbe8 /file_io/unix/readwrite.c
parented0c2f87192e10d255a0e36819e6df2a1d83d5fb (diff)
downloadFreeBSD-src-ca02a2bfd2f08739388e00fb3bbe93fa3fa5efb0.zip
FreeBSD-src-ca02a2bfd2f08739388e00fb3bbe93fa3fa5efb0.tar.gz
Vendor import apr-1.5.1
Diffstat (limited to 'file_io/unix/readwrite.c')
-rw-r--r--file_io/unix/readwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/unix/readwrite.c b/file_io/unix/readwrite.c
index 4b3e736..7044300 100644
--- a/file_io/unix/readwrite.c
+++ b/file_io/unix/readwrite.c
@@ -21,7 +21,7 @@
/* The only case where we don't use wait_for_io_or_timeout is on
* pre-BONE BeOS, so this check should be sufficient and simpler */
-#if !BEOS_R5
+#if !defined(BEOS_R5)
#define USE_WAIT_FOR_IO
#endif
OpenPOWER on IntegriCloud