ports/devel/p5-IO-AIO/files/patch-AIO.xs
Jan Beich 19ba14bcd8 Drop FreeBSD < 14.0-BETA5 <sys/timerfd.h> workarounds
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373
https://cgit.freebsd.org/src/commit/?h=releng/14.0&id=7454117918cd
https://lists.freebsd.org/archives/freebsd-stable/2023-October/001533.html
Old -CURRENT, -STABLE, -RELENG snapshots were never supported in ports/.

This reverts commit 4458b6d2d9.
This reverts commit f295903414.
This reverts commit d7c830340d.
This reverts commit 572560076d.
This reverts commit f4c28b4891.
This reverts commit 163928669d.
This reverts commit b8948f86c1.
This reverts commit 5e70841f87.
This reverts commit 600ca97fd5.
2023-10-07 02:55:27 +02:00

11 lines
444 B
Text

--- 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
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)
CODE:
#if HAVE_MOUNT
RETVAL = mount (special, path, fstype, flags, data);