From: Niko Tyni <ntyni@debian.org>
Date: Tue, 7 Jul 2026 14:12:41 +0100
X-Dgit-Generated: 0.23-2 1a40c8da2f2aeb4c5f452ddd6a3614eeb315a4e7
Subject: Fix XS comment syntax

C style comments are not supported in the XS part, and they cause
a hard error with newer versions of ExtUtils::ParseXS (3.63 or so.)

---

diff --git a/lib/Authen/Libwrap.xs b/lib/Authen/Libwrap.xs
index da197df..8e50bf8 100644
--- a/lib/Authen/Libwrap.xs
+++ b/lib/Authen/Libwrap.xs
@@ -29,4 +29,4 @@ _hosts_ctl(daemon, client_name, client_addr, client_user)
             XSRETURN_UNDEF;
         }
 
-/* EOF */
+# EOF
