From: Karel Zak Date: Thu, 16 Jan 2025 16:06:19 +0000 (+0100) Subject: lsfd: remove C++ comment X-Git-Tag: v2.42-start~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ebe1405511ee058c5802753debf7e49280e4aa5;p=thirdparty%2Futil-linux.git lsfd: remove C++ comment Signed-off-by: Karel Zak --- 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)