From bbc9e4a9dcbe293a5054cf8296fa4fce7e9cea35 Mon Sep 17 00:00:00 2001
From: Bill Hoffman <bill.hoffman@kitware.com>
Date: Sun, 4 Jul 2004 00:05:04 -0400
Subject: [PATCH] no c++ comments in c

---
 Source/kwsys/ProcessUNIX.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c
index a9e0b99204..500743f45d 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.
-- 
GitLab