Skip to content
Snippets Groups Projects
Verified Commit 6146dc32 authored by sunpoet's avatar sunpoet
Browse files

devel/p5-IO-AIO: Update to 4.79

parent a7e6088b
No related merge requests found
PORTNAME= IO-AIO
PORTVERSION= 4.78
PORTVERSION= 4.79
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
......
TIMESTAMP = 1662558006
SHA256 (IO-AIO-4.78.tar.gz) = e0c8b14686b99f83930e4143509c0bfd75e691ad99cfd73075f5c7ba5f381b40
SIZE (IO-AIO-4.78.tar.gz) = 188835
TIMESTAMP = 1664767870
SHA256 (IO-AIO-4.79.tar.gz) = a4617de75fec37aadcc09b8219fdb1e6e65f5a14ae930a2d8c130c3e45cb366c
SIZE (IO-AIO-4.79.tar.gz) = 189140
--- AIO.xs.orig 2022-09-05 08:40:14 UTC
--- AIO.xs.orig 2022-09-25 16:29:50 UTC
+++ AIO.xs
@@ -2924,7 +2924,7 @@ fexecve (SV *fh, SV *args, SV *envs = &PL_sv_undef)
OUTPUT: RETVAL
......@@ -6,6 +6,6 @@
int
-mount (octet_string special, octet_string path, octet_string fstype, UV flags = 0, octet_string_ornull data = 0)
+mount (octet_string special, octet_string path, UV flags = 0, octet_string_ornull data = 0)
OUTPUT: RETVAL
int
CODE:
#if HAVE_MOUNT
RETVAL = mount (special, path, fstype, flags, data);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment