no c++ comments in c

This commit is contained in:
Bill Hoffman 2004-07-04 00:05:04 -04:00
parent 4772d6b649
commit bbc9e4a9dc
1 changed files with 1 additions and 1 deletions

View File

@ -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.