summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-17 14:09:09 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-17 14:09:09 +0000
commit3f75b10fc26d4b60aafeaca89ef82b5e349db94c (patch)
tree48eb667bcae3a1f3d28104b88527bae37730d264
parent2f3354106b0cc534c933e66baceb7c79e147f13f (diff)
downloadATCD-dre_osh_02.tar.gz
Nuked trailing whitespacedre_osh_02
-rw-r--r--ace/config-freebsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h
index 829394c7738..ab2de1cf8a2 100644
--- a/ace/config-freebsd.h
+++ b/ace/config-freebsd.h
@@ -17,7 +17,7 @@
#endif /* ! __ACE_INLINE__ */
#if (__FreeBSD_version < 220000)
-#if defined (ACE_HAS_THREADS)
+#if defined (ACE_HAS_THREADS)
#error Threads are not supported.
#endif /* ACE_HAS_THREADS */
#endif /* __FreeBSD_version < 220000 */
@@ -228,7 +228,7 @@ extern "C" { char * cuserid (char *s); }
// Note, on FreeBSD 5, POSIX aio is now an optional kernel module which
// must be loaded.
-// Read the aio(4) man page for what to do, otherwise any aio_* call
+// Read the aio(4) man page for what to do, otherwise any aio_* call
// will coredump.
// By default use Proactor which does not use POSIX Real-time Signals