summaryrefslogtreecommitdiff
path: root/devel/flang/files/patch-runtime_flang_stime3f.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-09-30 22:16:07 +0200
committerRene Ladan <rene@FreeBSD.org>2022-09-30 22:16:07 +0200
commitbfab4686fe9f1b7ad3ba3cfec2bf16fcdc9fe911 (patch)
treeb70c4af0096712b07707c693843b36c829ec2289 /devel/flang/files/patch-runtime_flang_stime3f.c
parentMk/Uses: unregister expired flang from fortran.mk (diff)
cleanup: Remove expired ports:
2022-09-30 devel/flang: Very outdated and unsupported upstream, current version in tree is several years old and upstream is still active
Diffstat (limited to 'devel/flang/files/patch-runtime_flang_stime3f.c')
-rw-r--r--devel/flang/files/patch-runtime_flang_stime3f.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/flang/files/patch-runtime_flang_stime3f.c b/devel/flang/files/patch-runtime_flang_stime3f.c
deleted file mode 100644
index 4e8bc9a3e7f2..000000000000
--- a/devel/flang/files/patch-runtime_flang_stime3f.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- runtime/flang/stime3f.c.orig 2017-10-19 11:03:03 UTC
-+++ runtime/flang/stime3f.c
-@@ -27,13 +27,7 @@
-
- int ENT3F(STIME, stime)(int *tp)
- {
-- int i;
-- time_t t = *tp;
--
-- if ((i = stime(&t)))
-- i = __io_errno();
--
-- return i;
-+ return EPERM;
- }
-
- #endif /* !WINNT */