|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82549 - trunk/tools/build/v2/engine
From: ghost_at_[hidden]
Date: 2013-01-19 07:02:59
Author: vladimir_prus
Date: 2013-01-19 07:02:57 EST (Sat, 19 Jan 2013)
New Revision: 82549
URL: http://svn.boost.org/trac/boost/changeset/82549
Log:
Don't include wait.h on Linux.
The function we use are all supposed to be in sys/wait.h
Fixes #7847.
Text files modified:
trunk/tools/build/v2/engine/execunix.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/engine/execunix.c
==============================================================================
--- trunk/tools/build/v2/engine/execunix.c (original)
+++ trunk/tools/build/v2/engine/execunix.c 2013-01-19 07:02:57 EST (Sat, 19 Jan 2013)
@@ -21,7 +21,7 @@
#include <sys/times.h>
#include <sys/wait.h>
-#if defined(sun) || defined(__sun) || defined(linux)
+#if defined(sun) || defined(__sun)
#include <wait.h>
#endif
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk