mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
no c++ comments in c
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user