2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00

Boost Jam code cleanup - minor stylistic execnt.c module change.

[SVN r79080]
This commit is contained in:
Jurko Gospodnetić
2012-06-25 14:10:56 +00:00
parent 52e55fd455
commit 411315fef4

View File

@@ -76,7 +76,7 @@ DWORD get_process_id( HANDLE );
/* terminate the given process, after terminating all its children first */
static void kill_process_tree( DWORD, HANDLE );
/* waits for a command to complete or time out */
static int try_wait( int timeoutMillis );
static int try_wait( int const timeoutMillis );
/* reads any pending output for running commands */
static void read_output();
/* checks if a command ran out of time, and kills it */
@@ -849,7 +849,7 @@ static void read_output()
* cmdtab array, or -1.
*/
static int try_wait( int timeoutMillis )
static int try_wait( int const timeoutMillis )
{
int i;
int num_active;