diff --git a/ProcessUNIX.c b/ProcessUNIX.c index 5f1657e80a41260147a2ecdc5ffc4ac7e8923776..8fdd0a8ac9e84099c2a4d639cc57f787e47b7f10 100644 --- a/ProcessUNIX.c +++ b/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.