www-apps/mirmon: fix gethostbyname2 method

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson
2020-04-29 15:20:52 -07:00
parent ba2d8ee2d9
commit 126c94d7d8
2 changed files with 1 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ index 6c0aaa8..50d40ca 100755
-use Net::hostent ;
+
+use Socket qw(AF_INET);
+use Socket6 qw(AF_INET6);
+use Socket6 qw(AF_INET6 gethostbyname2);
+use Data::Dumper qw( Dumper );
+
+sub gethost($){