Skip to content
Snippets Groups Projects
Commit 8a6c73ab authored by Bill Hoffman's avatar Bill Hoffman
Browse files

no c++ comments in c

parent 7e477e08
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment