$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2008-07-03 01:11:28
Author: troy
Date: 2008-07-03 01:11:27 EDT (Thu, 03 Jul 2008)
New Revision: 47028
URL: http://svn.boost.org/trac/boost/changeset/47028
Log:
tweak
Text files modified:
branches/CMake/release/tools/build/CMake/unix_kill.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/CMake/release/tools/build/CMake/unix_kill.py.in
==============================================================================
--- branches/CMake/release/tools/build/CMake/unix_kill.py.in (original)
+++ branches/CMake/release/tools/build/CMake/unix_kill.py.in 2008-07-03 01:11:27 EDT (Thu, 03 Jul 2008)
@@ -1,4 +1,4 @@
-import os
+import os, signal
def kill_subprocess(pid):
os.kill(pid, signal.SIGKILL)
os.waitpid(-1, os.WNOHANG)