From 5ebe1405511ee058c5802753debf7e49280e4aa5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 16 Jan 2025 17:06:19 +0100 Subject: [PATCH] lsfd: remove C++ comment Signed-off-by: Karel Zak --- lsfd-cmd/lsfd.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lsfd-cmd/lsfd.c b/lsfd-cmd/lsfd.c index 8c5b8456f..41abeb204 100644 --- a/lsfd-cmd/lsfd.c +++ b/lsfd-cmd/lsfd.c @@ -22,7 +22,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - #include #include #include @@ -58,8 +57,8 @@ #include "lsfd.h" -// Make sure this ifdef block comes after all the includes since -// c.h is required for the case where the system does not have kcmp.h +/* Make sure this ifdef block comes after all the includes since + * c.h is required for the case where the system does not have kcmp.h */ #ifdef HAVE_LINUX_KCMP_H static int kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2) -- 2.47.3