]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: remove C++ comment
authorKarel Zak <kzak@redhat.com>
Thu, 16 Jan 2025 16:06:19 +0000 (17:06 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 16 Jan 2025 16:06:19 +0000 (17:06 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
lsfd-cmd/lsfd.c

index 8c5b8456fe05017101d3e1267f63b750e5a9eada..41abeb204ba909b1d0d20454210ec774ec771c08 100644 (file)
@@ -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 <stdio.h>
 #include <sys/types.h>
 #include <inttypes.h>
@@ -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)