mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
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 commit4458b6d2d9
. This reverts commitf295903414
. This reverts commitd7c830340d
. This reverts commit572560076d
. This reverts commitf4c28b4891
. This reverts commit163928669d
. This reverts commitb8948f86c1
. This reverts commit5e70841f87
. This reverts commit600ca97fd5
.
11 lines
444 B
Text
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);
|