diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-04 04:05:04 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-04 04:05:04 (GMT) |
commit | bbc9e4a9dcbe293a5054cf8296fa4fce7e9cea35 (patch) | |
tree | cfb92b8e7bdc3d8d4a6f9ef0a170393d45d7e915 | |
parent | 4772d6b649947c42a66e66e5e01ecb9b1e58970b (diff) | |
download | CMake-bbc9e4a9dcbe293a5054cf8296fa4fce7e9cea35.zip CMake-bbc9e4a9dcbe293a5054cf8296fa4fce7e9cea35.tar.gz CMake-bbc9e4a9dcbe293a5054cf8296fa4fce7e9cea35.tar.bz2 |
no c++ comments in c
-rw-r--r-- | Source/kwsys/ProcessUNIX.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c index a9e0b99..500743f 100644 --- a/Source/kwsys/ProcessUNIX.c +++ b/Source/kwsys/ProcessUNIX.c @@ -1739,7 +1739,7 @@ static void kwsysProcessKill(pid_t process_id) char fname[4096]; #endif const int bufferSize = 1024; - char buffer[1025]; // should be buffersize +1 but fails to build on hp cc + char buffer[1025]; /* should be buffersize +1 but fails to build on hp cc*/ struct dirent* d; /* Each process has a directory in /proc whose name is the pid. |