summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-07-04 04:05:04 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-07-04 04:05:04 (GMT)
commitbbc9e4a9dcbe293a5054cf8296fa4fce7e9cea35 (patch)
treecfb92b8e7bdc3d8d4a6f9ef0a170393d45d7e915
parent4772d6b649947c42a66e66e5e01ecb9b1e58970b (diff)
downloadCMake-bbc9e4a9dcbe293a5054cf8296fa4fce7e9cea35.zip
CMake-bbc9e4a9dcbe293a5054cf8296fa4fce7e9cea35.tar.gz
CMake-bbc9e4a9dcbe293a5054cf8296fa4fce7e9cea35.tar.bz2
no c++ comments in c
-rw-r--r--Source/kwsys/ProcessUNIX.c2
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.